On wp-admin → Cookie Consent → Translations, we can set the description of each cookie category (i.e. Necessary, Analytics, Targeting, and Preferences).
Currently, there’s a text field (<input type="text">) to set these descriptions. That could be improved by replacing those text fields with textareas (<textarea>), so users can easily write longer descriptions.
On wp-admin → Cookie Consent → Translations, we can set the description of each cookie category (i.e. Necessary, Analytics, Targeting, and Preferences).
Currently, there’s a text field (
<input type="text">
) to set these descriptions. That could be improved by replacing those text fields with textareas (<textarea>
), so users can easily write longer descriptions.(originally suggested by @nikodemsky on the WordPress.org support forum)