Merge "[CredManUi] Change label of "Sign in another way" button" into udc-dev

This commit is contained in:
Helen Qin
2023-03-15 23:30:00 +00:00
committed by Android (Google) Code Review

View File

@@ -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
)
}