summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Helen Qin <helenqin@google.com> 2023-03-15 00:29:00 +0000
committer Helen Qin <helenqin@google.com> 2023-03-15 00:31:39 +0000
commit7620e55c07e327b0945c779dc4350e9fbd0e0cfb (patch)
tree41e643ee00f89507ad6cb818449fcf6971ae82a1
parent7241e58c175e097553dc369c6a1ab2fb8546887b (diff)
[CredManUi] Change label of "Sign in another way" button
Bug: 273604504 Test: local deployment Change-Id: I25eb01cad6fc94d09a650c8a9f9ffd29cc9d0956
-rw-r--r--packages/CredentialManager/src/com/android/credentialmanager/getflow/GetCredentialComponents.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/CredentialManager/src/com/android/credentialmanager/getflow/GetCredentialComponents.kt b/packages/CredentialManager/src/com/android/credentialmanager/getflow/GetCredentialComponents.kt
index dd607635b225..56324581c020 100644
--- a/packages/CredentialManager/src/com/android/credentialmanager/getflow/GetCredentialComponents.kt
+++ b/packages/CredentialManager/src/com/android/credentialmanager/getflow/GetCredentialComponents.kt
@@ -250,7 +250,7 @@ fun PrimarySelectionCard(
leftButton = if (totalEntriesCount > 1) {
{
ActionButton(
- stringResource(R.string.get_dialog_use_saved_passkey_for),
+ stringResource(R.string.get_dialog_title_sign_in_options),
onMoreOptionSelected
)
}