Skip to content

Commit

Permalink
mod_cookie_consent: fix name of stats field in manage_schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Jan 20, 2023
1 parent 6d3052c commit 1ea3ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod_cookie_consent/mod_cookie_consent.erl
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ manage_schema(_Version, Context) ->
{en, <<"Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.">>}]
}
},
{cookies_stats,
{cookies_statistics,
{trans,
[{nl, <<"Statistische of analytische cookies helpen ons te begrijpen hoe bezoekers de website gebruiken, door anoniem gegevens te verzamelen en te rapporteren.">>},
{en, <<"Statistics cookies help us to understand how visitors interact with the website by collecting and reporting information anonymously.">>}]
Expand Down

0 comments on commit 1ea3ea6

Please sign in to comment.