Commit 985fa8d1 authored by lhchavez's avatar lhchavez Committed by Commit bot

arc: Improve copy on error cases in opt-in flow

Since the window can be dismissed and then reappear, the user needs more
context.

BUG=b/29439306
TEST=simulated a failure, saw the new strings

Review-Url: https://codereview.chromium.org/2111283002
Cr-Commit-Position: refs/heads/master@{#403311}
parent 433c11bb
...@@ -6669,7 +6669,7 @@ All users must sign out to continue. ...@@ -6669,7 +6669,7 @@ All users must sign out to continue.
Cancel Cancel
</message> </message>
<message name="IDS_ARC_OPT_IN_DIALOG_BUTTON_RETRY" desc="Retry button of the opt-in dialog for Android apps."> <message name="IDS_ARC_OPT_IN_DIALOG_BUTTON_RETRY" desc="Retry button of the opt-in dialog for Android apps.">
Retry Try again
</message> </message>
<message name="IDS_ARC_OPT_IN_DIALOG_BUTTON_SEND_FEEDBACK" desc="Send feedback button of the opt-in dialog for Android apps."> <message name="IDS_ARC_OPT_IN_DIALOG_BUTTON_SEND_FEEDBACK" desc="Send feedback button of the opt-in dialog for Android apps.">
Send feedback Send feedback
...@@ -6724,7 +6724,7 @@ All users must sign out to continue. ...@@ -6724,7 +6724,7 @@ All users must sign out to continue.
Network error Network error
</message> </message>
<message name="IDS_ARC_SIGN_IN_SERVICE_UNAVAILABLE_ERROR" desc="Android sign-in error because of service is unavailable"> <message name="IDS_ARC_SIGN_IN_SERVICE_UNAVAILABLE_ERROR" desc="Android sign-in error because of service is unavailable">
Service unavailable Couldn't reach Google Play. Try again now.
</message> </message>
<message name="IDS_ARC_SIGN_IN_BAD_AUTHENTICATION_ERROR" desc="Android sign-in error because of bad authentification"> <message name="IDS_ARC_SIGN_IN_BAD_AUTHENTICATION_ERROR" desc="Android sign-in error because of bad authentification">
Bad authentication Bad authentication
......
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