-
Notifications
You must be signed in to change notification settings - Fork 131
Description
Description of the problem
When using the {exp:consent:cookies} tag to produce a list of cookies, there is a typo in the description of cookie_frontedit.
It says "Determines whether ExpressioEngine front-end editing..."
How To Reproduce
Any use of this tag tag that includes cookie_frontedit in the list. Eg.
{exp:consent:cookies}
Cookie name: {cookie_name}<br />
Title: {cookie_title}<br />
Description: {cookie_description}<br />
Is set by: {cookie_provider}<br />
Lifetime: {cookie_lifetime}<hr />
{/exp:consent:cookies}
Possible Solution
Edit pro_lang.php at line 49 to correct the typo.
However, the tag actually reads from the DB not from this language file, so it's possible that this typo also needs to be corrected in the database via an update.
It can be updated within Cookie Settings though so I guess if the user is particularly bothered about the typo they can just update the text there, but the change needs making in the database. I think the fix to the language file would correct the issue for new installs.