Commit b24a9094 authored by Stephane Zermatten's avatar Stephane Zermatten Committed by Commit Bot

[Autofill Assistant] Update the error messages.

This change updates the hardcoded error messages to match the latest
mocks.

Bug: 806868
Change-Id: I44eebf0c0ed988dca60f4537996667baf0443904
Reviewed-on: https://chromium-review.googlesource.com/c/1481413
Commit-Queue: Stephane Zermatten <szermatt@chromium.org>
Reviewed-by: default avatarClemens Arbesser <arbesser@google.com>
Cr-Commit-Position: refs/heads/master@{#634653}
parent 98c6712d
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
<grit-part> <grit-part>
<if expr="is_android"> <if expr="is_android">
<message name="IDS_AUTOFILL_ASSISTANT_DEFAULT_ERROR" desc="Text label that is shown when autofill assistant cannot help anymore, because something went wrong."> <message name="IDS_AUTOFILL_ASSISTANT_DEFAULT_ERROR" desc="Text label that is shown when autofill assistant cannot help anymore, because something went wrong.">
Something went wrong. You can finish your order on the website. Sorry, something went wrong.
</message> </message>
<message name="IDS_AUTOFILL_ASSISTANT_GIVE_UP" desc="Text label that is shown when autofill assistant cannot help anymore, because of a user action." formatter_data="android_java"> <message name="IDS_AUTOFILL_ASSISTANT_GIVE_UP" desc="Text label that is shown when autofill assistant cannot help anymore, because of a user action." formatter_data="android_java">
I cannot help anymore, please continue on your own. Looks like you navigated off on your own, I’ll leave you to it. Have a nice day :)
</message> </message>
<message name="IDS_AUTOFILL_ASSISTANT_MAYBE_GIVE_UP" desc="Text label shown next to an UNDO button when user action indicate they want to continue on their own."> <message name="IDS_AUTOFILL_ASSISTANT_MAYBE_GIVE_UP" desc="Text label shown next to an UNDO button when user action indicate they want to continue on their own.">
Continue manually? Continue manually?
......
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