You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can see it, the Accept cookies button is actually a Save button. If a user adjusts their preferences, clicking on Accept cookies won’t accept (all) cookies, but save the selected choices.
Shouldn’t the button label read Save and another button be introduced, which will in fact Accept (all) cookies when clicked?
That way a user has the choice to accept all, reject all, or choose and save.
So the needed buttons and labels would be:
acceptLabel: Accept all
rejectLabel: Reject all
settingsLabel: Cookie settings
closeLabel: Close settings
editLabel: Edit cookie settings
saveLabel: Accept selected
The text was updated successfully, but these errors were encountered:
As far as I can see it, the
Accept cookies
button is actually aSave
button. If a user adjusts their preferences, clicking onAccept cookies
won’t accept (all) cookies, but save the selected choices.Shouldn’t the button label read
Save
and another button be introduced, which will in factAccept (all) cookies
when clicked?That way a user has the choice to accept all, reject all, or choose and save.
So the needed buttons and labels would be:
acceptLabel
:Accept all
rejectLabel
:Reject all
settingsLabel
:Cookie settings
closeLabel
:Close settings
editLabel
:Edit cookie settings
saveLabel
:Accept selected
The text was updated successfully, but these errors were encountered: