Commit d700bb30 authored by dpapad's avatar dpapad Committed by Commit Bot

Settings: Display correct string when Cookies are blocked.

This regressed at r742504

Fixed: 1059855
Change-Id: Ife8236a8eea460536bb9c8a440a92fcea865b86d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097355
Auto-Submit: dpapad <dpapad@chromium.org>
Reviewed-by: default avatarTheodore Olsauskas-Warren <sauski@google.com>
Commit-Queue: dpapad <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#748997}
parent 0b4545ff
......@@ -118,7 +118,7 @@ cr.define('settings', function() {
label: 'siteSettingsCookies',
icon: 'settings:cookie',
enabledLabel: 'siteSettingsCookiesAllowed',
disabledLabel: 'siteSettingsCookiesAllowed',
disabledLabel: 'siteSettingsBlocked',
otherLabel: 'deleteDataPostSession',
},
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment