[CredManUi] Define the string to be used for cancellation ui

Bug: 274147089
Test: local deployment
Change-Id: Ib63f559da49b0efa045b5655cd4a1065895e587c
This commit is contained in:
Helen Qin
2023-03-22 22:41:48 +00:00
parent b0bf15f954
commit c1c30e5f0f

View File

@@ -129,4 +129,6 @@
<string name="get_dialog_heading_from_another_device">From another device</string>
<!-- This is a label for a button that takes the user to other available devices. [CHAR LIMIT=120] -->
<string name="get_dialog_option_headline_use_a_different_device">Use a different device</string>
<!-- Text shown on a snackbar when the app cancelled the UI. [CHAR LIMIT=120] -->
<string name="request_cancelled_by">Request cancelled by <xliff:g id="app_name" example="YouTube">%1$s</xliff:g></string>
</resources>