Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Vadym Struts <[email protected]>
  • Loading branch information
vadimstruts committed Dec 24, 2024
1 parent a0deceb commit 2032462
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class BravePrivacySettingsTest {
private static final String PREF_INCOGNITO_LOCK = "incognito_lock";
private static final String PREF_PHONE_AS_A_SECURITY_KEY = "phone_as_a_security_key";

private static final int BRAVE_PRIVACY_SETTINGS_NUMBER_OF_ITEMS = 29;
private static final int BRAVE_PRIVACY_SETTINGS_NUMBER_OF_ITEMS = 30;

private int mItemsLeft;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
<a id="learnMore" href="https://github.com/brave/brave-browser/wiki/Block-all-cookies-global-Shields-setting" target="_blank">
$i18n{blockAllCookiesDeprecatedLinkLabel}
</a>
<span>.</span>
</div>
</div>
<select id="cookieControlType" class="md-select"
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
Block all cookies option is deprecated. To force-enable,
</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> learn more<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

0 comments on commit 2032462

Please sign in to comment.