diff options
| author | 2023-03-15 00:29:00 +0000 | |
|---|---|---|
| committer | 2023-03-15 00:31:39 +0000 | |
| commit | 7620e55c07e327b0945c779dc4350e9fbd0e0cfb (patch) | |
| tree | 41e643ee00f89507ad6cb818449fcf6971ae82a1 | |
| parent | 7241e58c175e097553dc369c6a1ab2fb8546887b (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.kt | 2 |
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 ) } |