Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2ce76dd authored by Helen Qin's avatar Helen Qin Committed by Automerger Merge Worker
Browse files

Merge "Save hybrid flow dynamically handle type values." into udc-dev am:...

Merge "Save hybrid flow dynamically handle type values." into udc-dev am: b89de24c am: fbe198a7 am: 81c4e1ba

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22953674



Change-Id: I770943c0c059d253f25352eaa2bc03cea02def29
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents fdf8c0f4 81c4e1ba
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -78,8 +78,12 @@

  <!-- This text is followed by a list of one or more options. [CHAR LIMIT=200] -->
  <string name="save_credential_to_title">Save <xliff:g id="credentialTypes" example="passkey">%1$s</xliff:g> to</string>
  <!-- This appears as the title of the modal bottom sheet for users to choose to create a passkey on another device. [CHAR LIMIT=200] -->
  <string name="create_passkey_in_other_device_title">Create passkey in another device?</string>
  <!-- This appears as the title of the modal bottom sheet for users to confirm to create a passkey on another device. [CHAR LIMIT=200] -->
  <string name="create_passkey_in_other_device_title">Create passkey on another device?</string>
  <!-- This appears as the title of the modal bottom sheet for users to confirm to save a password on another device. [CHAR LIMIT=200] -->
  <string name="save_password_on_other_device_title">Save password on another device?</string>
  <!-- This appears as the title of the modal bottom sheet for users to confirm to save a sign-in credential on another device. [CHAR LIMIT=200] -->
  <string name="save_sign_in_on_other_device_title">Save sign-in on another device?</string>
  <!-- This appears as the title of the modal bottom sheet for users to confirm whether they should use the selected provider as default or not. [CHAR LIMIT=200] -->
  <string name="use_provider_for_all_title">Use <xliff:g id="providerInfoDisplayName" example="Google Password Manager">%1$s</xliff:g> for all your sign-ins?</string>
  <!-- This appears as the description body of the modal bottom sheet for users to confirm whether they should use the selected provider as default or not. [CHAR LIMIT=300] -->