Merge "Warning / Info icon added for the VPN Preference" into sc-dev

This commit is contained in:
Jeremy Goldman
2021-03-24 01:00:38 +00:00
committed by Android (Google) Code Review
3 changed files with 60 additions and 0 deletions

View File

@@ -7501,6 +7501,8 @@
<string name="help_uri_nfc_and_payment_settings" translatable="false"></string>
<!-- url for battery page if battery is not present -->
<string name="help_url_battery_missing" translatable="false"></string>
<!-- url for vpn page if connected vpn is not a secure type -->
<string name="help_url_insecure_vpn" translatable="false"></string>
<!-- User account title [CHAR LIMIT=30] -->
<string name="user_account_title">Account for content</string>
@@ -9573,6 +9575,9 @@
settings button -->
<string name="notification_app_settings_button">Notification settings</string>
<!-- Content description for help icon button [CHAR LIMIT=20] -->
<string name="warning_button_text">Warning</string>
<!-- Generic label for suggestion card's ok button [CHAR LIMIT=20] -->
<string name="suggestion_button_text">Ok</string>