diff options
| author | 2023-03-04 01:56:01 +0000 | |
|---|---|---|
| committer | 2023-03-04 01:56:01 +0000 | |
| commit | a2430203fbcec2688897203197ffade81d0f3d1c (patch) | |
| tree | 87b5d0570c301951be44ee8f5e19e27475b2c766 | |
| parent | d6f5b6c2444ae9d64f2be3783c33f8ce1453eb0d (diff) | |
| parent | 1c1e0520e705c1f4e874e4ad49646ad5a3c6b3c4 (diff) | |
Merge "[CredManUi] Removed a string period." into udc-dev
| -rw-r--r-- | packages/CredentialManager/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/CredentialManager/res/values/strings.xml b/packages/CredentialManager/res/values/strings.xml index 168c8b36193a..e12eff9ce20b 100644 --- a/packages/CredentialManager/res/values/strings.xml +++ b/packages/CredentialManager/res/values/strings.xml @@ -42,7 +42,7 @@ <!-- Title for subsection of "Learn more about passkeys" screen about seamless transition. [CHAR LIMIT=80] --> <string name="seamless_transition_title">Seamless transition</string> <!-- Detail for subsection of "Learn more about passkeys" screen about seamless transition. [CHAR LIMIT=500] --> - <string name="seamless_transition_detail">As we move towards a passwordless future, passwords will still be available alongside passkeys.</string> + <string name="seamless_transition_detail">As we move towards a passwordless future, passwords will still be available alongside passkeys</string> <!-- This appears as the title of the modal bottom sheet which provides all available providers for users to choose. [CHAR LIMIT=200] --> <string name="choose_provider_title">Choose where to save your <xliff:g id="createTypes" example="passkeys">%1$s</xliff:g></string> <!-- This appears as the description body of the modal bottom sheet which provides all available providers for users to choose. [CHAR LIMIT=200] --> |