summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Helen Qin <helenqin@google.com> 2023-03-30 17:31:03 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-03-30 17:31:03 +0000
commit83e31c24dad22c42bc4c2a1641d849122414dff6 (patch)
treeec42f869464dc1be603407ca6473042c72ca1a94
parent646c4e0fe89b6ae54965b912c3b44fd740f7f32c (diff)
parent5c125abb116c44d57a04edf4ec08942f49242aee (diff)
Merge "Add missing period in a passkey intro paragraph." into udc-dev
-rw-r--r--packages/CredentialManager/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/CredentialManager/res/values/strings.xml b/packages/CredentialManager/res/values/strings.xml
index 0498a15269ce..e9b2e1041c22 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] -->