Update strings based on UX/product feedback

Update settings strings for cred man based
on feedback.

Test: make
Bug: 264939770
Change-Id: I1e89e99ef11cd1fb64750709e331e1f059d2eeaf
This commit is contained in:
Becca Hughes
2023-02-16 18:17:26 +00:00
parent 0b8905c899
commit 0172ff6942

View File

@@ -10068,7 +10068,7 @@
<!-- Preference category for showing auto-fill services with saved passwords. [CHAR LIMIT=60] --> <!-- Preference category for showing auto-fill services with saved passwords. [CHAR LIMIT=60] -->
<string name="autofill_passwords">Passwords</string> <string name="autofill_passwords">Passwords</string>
<!-- Preference category for showing credman services with saved credentials. [CHAR LIMIT=60] --> <!-- Preference category for showing credman services with saved credentials. [CHAR LIMIT=60] -->
<string name="credman_credentials">Password and identity services</string> <string name="credman_credentials">Passwords, passkeys and data services</string>
<!-- Summary for passwords settings that shows how many passwords are saved for each autofill <!-- Summary for passwords settings that shows how many passwords are saved for each autofill
service. [CHAR LIMIT=NONE] --> service. [CHAR LIMIT=NONE] -->
<string name="autofill_passwords_count">{count, plural, <string name="autofill_passwords_count">{count, plural,
@@ -10081,7 +10081,7 @@
<!-- Keywords for the auto-fill feature. [CHAR LIMIT=NONE] --> <!-- Keywords for the auto-fill feature. [CHAR LIMIT=NONE] -->
<string name="autofill_keywords">auto, fill, autofill, password</string> <string name="autofill_keywords">auto, fill, autofill, password</string>
<!-- Keywords for the credman feature. [CHAR LIMIT=NONE] --> <!-- Keywords for the credman feature. [CHAR LIMIT=NONE] -->
<string name="credman_keywords">credentials, passkey, password</string> <string name="credman_keywords">data, passkey, password</string>
<!-- Message of the warning dialog for setting the auto-fill app. [CHAR_LIMIT=NONE] --> <!-- Message of the warning dialog for setting the auto-fill app. [CHAR_LIMIT=NONE] -->
<string name="autofill_confirmation_message"> <string name="autofill_confirmation_message">
@@ -10098,13 +10098,13 @@
<string name="credman_confirmation_message_title">Turn off %1$s\?</string> <string name="credman_confirmation_message_title">Turn off %1$s\?</string>
<!-- Message of the warning dialog for disabling the credential provider. [CHAR_LIMIT=NONE] --> <!-- Message of the warning dialog for disabling the credential provider. [CHAR_LIMIT=NONE] -->
<string name="credman_confirmation_message">Saved info like addresses or payment methods won\'t be filled in when you sign in. To keep your saved info filled in, set a default autofill service.</string> <string name="credman_confirmation_message">Saved info like addresses or payment methods won\'t be filled in when you sign in. To keep your saved info filled in, set enable a password, passkey and data/or service.</string>
<!-- Title of the error dialog when too many credential providers are selected. [CHAR_LIMIT=NONE] --> <!-- Title of the error dialog when too many credential providers are selected. [CHAR_LIMIT=NONE] -->
<string name="credman_error_message_title">Password and identity services limit</string> <string name="credman_error_message_title">Passwords, passkeys and data services limit</string>
<!-- Message of the error dialog when too many credential providers are selected. [CHAR_LIMIT=NONE] --> <!-- Message of the error dialog when too many credential providers are selected. [CHAR_LIMIT=NONE] -->
<string name="credman_error_message">You can have up to 5 autofill and password services active at the same time. Turn off a service to add more.</string> <string name="credman_error_message">You can have up to 5 passwords, passkeys and data services active at the same time. Turn off a service to add more.</string>
<!-- Positive button to turn off credential manager provider (confirmation). [CHAR LIMIT=60] --> <!-- Positive button to turn off credential manager provider (confirmation). [CHAR LIMIT=60] -->
<string name="credman_confirmation_message_positive_button">Turn off</string> <string name="credman_confirmation_message_positive_button">Turn off</string>