Commit 79755077 authored by Tanmoy Mollik's avatar Tanmoy Mollik Committed by Commit Bot

[Android] Change dismiss button text for web-signin bottom sheet

Change the button text from |No thanks| to |Skip|.

Screenshot: https://crbug.com/1150422#c1

Bug: 1150422
Change-Id: Ice908f706abc9aeecaa2461b6705f0324ae7c35a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2549943
Commit-Queue: Alice Wang <aliceywang@chromium.org>
Reviewed-by: default avatarAlice Wang <aliceywang@chromium.org>
Reviewed-by: default avatarBoris Sazonov <bsazonov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#830555}
parent b85a997e
......@@ -31,6 +31,6 @@
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:layout_marginEnd="24dp"
android:text="@string/no_thanks" />
android:text="@string/signin_account_picker_dismiss_button" />
</LinearLayout>
......@@ -2591,6 +2591,9 @@ Data from your Incognito session will only be cleared from Chrome when you <ph n
<message name="IDS_SIGNIN_ACCOUNT_PICKER_AUTH_ERROR_SUBTITLE" desc="The subtitle of the account picker bottom sheet when there is an authentication error with the credentials of the account selected.">
Sorry, we couldn’t validate your credentials
</message>
<message name="IDS_SIGNIN_ACCOUNT_PICKER_DISMISS_BUTTON" desc="Dismiss button text of the account picker bottom sheet">
Skip
</message>
<message name="IDS_SIGNIN_ACCOUNT_PICKER_GENERAL_ERROR_BUTTON" desc="Button text of the account picker bottom sheet when something went wrong in the sign-in process. User can try again if they click it.">
Try again
</message>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment