Skip to content

Commit

Permalink
fix strings
Browse files Browse the repository at this point in the history
Signed-off-by: Vadym Struts <[email protected]>
  • Loading branch information
vadimstruts committed Jan 8, 2025
1 parent 8571751 commit f859e52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/brave_settings_strings.grdp
Original file line number Diff line number Diff line change
Expand Up @@ -477,10 +477,10 @@
Block cookies
</message>
<message name="IDS_SETTINGS_BRAVE_SHIELDS_COOKIE_CONTROL_BLOCK_ALL_DEPRECATED_LABEL" desc="Block all cookies deprecation warning">
Block all cookies option is deprecated. To force-enable,
The "Block all Cookies" option has been deprecated. To learn how to force-enable this option, visit
</message>
<message name="IDS_SETTINGS_BRAVE_SHIELDS_COOKIE_CONTROL_BLOCK_ALL_DEPRECATED_LINK_LABEL" desc="Block all cookies learn more link text">
Learn more
our help page
</message>
<message name="IDS_SETTINGS_BLOCK_3RD_PARTY_COOKIES" desc="Select value">
Block third-party cookies
Expand Down
4 changes: 2 additions & 2 deletions browser/ui/android/strings/android_brave_strings.grd
Original file line number Diff line number Diff line change
Expand Up @@ -1550,10 +1550,10 @@ Are you sure you want to do this?
Allow all trackers &amp; ads
</message>
<message name="IDS_BLOCK_COOKIES_DEPRECATED_LABEL" desc="Block all cookies deprecation warning">
Block all cookies option is deprecated. To force-enable,
The "Block all Cookies" option has been deprecated. To learn how to force-enable this option, visit
</message>
<message name="IDS_BLOCK_COOKIES_DEPRECATED_LINK_LABEL" desc="Block all cookies deprecation warning link">
<ph name="BEGIN_LINK_1">&lt;LINK_1&gt;</ph> learn more<ph name="END_LINK_1">&lt;/LINK_1&gt;</ph>
<ph name="BEGIN_LINK_1">&lt;LINK_1&gt;</ph> our help page<ph name="END_LINK_1">&lt;/LINK_1&gt;</ph>
</message>
<message name="IDS_BLOCK_COOKIES" desc="Title for shields option.">
Block Cookies
Expand Down
2 changes: 1 addition & 1 deletion ios/brave-ios/Sources/BraveStrings/BraveStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3078,7 +3078,7 @@ extension Strings {
"BlockCookiesDescription",
tableName: "BraveShared",
bundle: .module,
value: "Prevents websites from storing information about your previous visits.\nBlock all cookies option is deprecated. To force-enable, [learn more](https://github.com/brave/brave-browser/wiki/Block-all-cookies-global-Shields-setting)",
value: "Prevents websites from storing information about your previous visits.\nThe \"Block all Cookies\" option has been deprecated. To learn how to force-enable this option, visit [our help page](https://github.com/brave/brave-browser/wiki/Block-all-cookies-global-Shields-setting)",
comment: ""
)
public static let fingerprintingProtection = NSLocalizedString(
Expand Down

0 comments on commit f859e52

Please sign in to comment.