Commit 68ae2b68 authored by Josh Nohle's avatar Josh Nohle Committed by Commit Bot

[CrOS MultiDevice] Add string for Back button

Bug: 882647
Change-Id: I358d737e7b2e073d42d1e7da7825a5d0e378a9aa
Reviewed-on: https://chromium-review.googlesource.com/1252841Reviewed-by: default avatarJeremy Klein <jlklein@chromium.org>
Commit-Queue: Josh Nohle <nohle@chromium.org>
Cr-Commit-Position: refs/heads/master@{#595282}
parent b76c3e8d
...@@ -150,6 +150,9 @@ ...@@ -150,6 +150,9 @@
<message name="IDS_MULTIDEVICE_SETUP_PASSWORD_PAGE_WRONG_PASSWORD_LABEL" desc="Message displayed in the multi-device setup flow when the user has entered an incorrect password."> <message name="IDS_MULTIDEVICE_SETUP_PASSWORD_PAGE_WRONG_PASSWORD_LABEL" desc="Message displayed in the multi-device setup flow when the user has entered an incorrect password.">
Wrong password Wrong password
</message> </message>
<message name="IDS_MULTIDEVICE_SETUP_BACK_LABEL" desc="Label for button to navigate back in MultiDevice setup workflow.">
Back
</message>
<message name="IDS_MULTIDEVICE_SETUP_SETUP_FAILED_PAGE_HEADER" desc="Header for failed setup page."> <message name="IDS_MULTIDEVICE_SETUP_SETUP_FAILED_PAGE_HEADER" desc="Header for failed setup page.">
Better Together setup couldn't complete Better Together setup couldn't complete
</message> </message>
......
...@@ -37,6 +37,7 @@ constexpr struct { ...@@ -37,6 +37,7 @@ constexpr struct {
int id; int id;
} const kLocalizedStringsWithoutPlaceholders[] = { } const kLocalizedStringsWithoutPlaceholders[] = {
{"accept", IDS_MULTIDEVICE_SETUP_ACCEPT_LABEL}, {"accept", IDS_MULTIDEVICE_SETUP_ACCEPT_LABEL},
{"back", IDS_MULTIDEVICE_SETUP_BACK_LABEL},
{"cancel", IDS_CANCEL}, {"cancel", IDS_CANCEL},
{"done", IDS_DONE}, {"done", IDS_DONE},
{"passwordPageHeader", IDS_MULTIDEVICE_SETUP_PASSWORD_PAGE_HEADER}, {"passwordPageHeader", IDS_MULTIDEVICE_SETUP_PASSWORD_PAGE_HEADER},
......
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