Merge pull request #13721 from brave/update-brave-privacy-settings

Add summary in Show autocomplete in address bar option
This commit is contained in:
Deep Pandya
2022-06-14 01:04:44 -04:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
@@ -117,6 +117,7 @@
<org.chromium.components.browser_ui.settings.ChromeSwitchPreference
android:key="show_autocomplete_in_address_bar"
android:title="@string/show_autocomplete_in_address_bar"
android:summary="@string/show_autocomplete_in_address_bar_summary"
android:order="25"
android:persistent="false"/>
<org.chromium.components.browser_ui.settings.ChromeSwitchPreference
@@ -2758,6 +2758,9 @@ If you don't accept this request, VPN will not reconnect and your internet conne
<message name="IDS_SHOW_AUTOCOMPLETE_IN_ADDRESS_BAR" desc="Title for a checkbox in Settings that controls whether to show autocompletion in the address bar.">
Show autocomplete in address bar
</message>
<message name="IDS_SHOW_AUTOCOMPLETE_IN_ADDRESS_BAR_SUMMARY" desc="Summary for a checkbox in Settings that controls whether to show autocompletion in the address bar.">
Displays website suggestions based on your bookmarks and browsing history.
</message>
<message name="IDS_BRAVE_WALLET_NETWORKS_TITLE" desc="Brave wallet networks pref title text">
Networks
</message>