Commit 02d0501b authored by Kyle Horimoto's avatar Kyle Horimoto Committed by Commit Bot

[CrOS MultiDevice] Update SMS string.

Previously, this string was "SMS Connect", but our UX team requested
that it be changed to "Android Messages".

Bug: 824568
Cq-Include-Trybots: luci.chromium.try:closure_compilation
Change-Id: I8843cd070b60c3b0230ed6e9c5b9e08a88b940ce
Reviewed-on: https://chromium-review.googlesource.com/1140775Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Commit-Queue: Kyle Horimoto <khorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575768}
parent 4a6222ed
......@@ -4204,10 +4204,10 @@
<message name="IDS_SETTINGS_MULTIDEVICE_INSTANT_TETHERING" desc="Name of a feature. This feature automatically offers the user to tether to their phone if their Chromebook is offline and their phone supports tethering.">
Instant Tethering
</message>
<message name="IDS_SETTINGS_MULTIDEVICE_SMS_CONNECT" desc="Name of a feature. This feature lets the user read and reply to text messages from their Chromebook. New text messages will appear as notifications.">
SMS Connect
<message name="IDS_SETTINGS_MULTIDEVICE_ANDROID_MESSAGES" desc="Name of a feature. This feature lets the user read and reply to text messages from their Chromebook. New text messages will appear as notifications.">
Android Messages
</message>
<message name="IDS_SETTINGS_MULTIDEVICE_SMS_CONNECT_SUMMARY" desc="Description of for the 'SMS Connect' setting. This feature lets the user read and reply to text messages from their Chromebook. New text messages will appear as notifications.">
<message name="IDS_SETTINGS_MULTIDEVICE_ANDROID_MESSAGES_SUMMARY" desc="Description of for the 'Android Messages' setting. This feature lets the user read and reply to text messages from their Chromebook. New text messages will appear as notifications.">
Send and receive text messages from your Chromebook
</message>
<message name="IDS_SETTINGS_MULTIDEVICE_FORGET_THIS_DEVICE" desc="Header for a clickable menu item that makes the Chromebook forget the user's phone. This means they will no longer have access to multidevice features.">
......
......@@ -35,7 +35,7 @@
<settings-multidevice-feature-item icon-name="settings:smart-lock"
subpage-route="[[routes.LOCK_SCREEN]]"
feature-name-id="multideviceSmartLockItemTitle"
feature-summary-id="multideviceSmsConnectItemSummary">
feature-summary-id="multideviceAndroidMessagesItemSummary">
</settings-multidevice-feature-item>
</div>
</template>
......
......@@ -2536,9 +2536,10 @@ void AddMultideviceStrings(content::WebUIDataSource* html_source) {
{"multideviceSmartLockItemTitle", IDS_SETTINGS_EASY_UNLOCK_SECTION_TITLE},
{"multideviceInstantTetheringItemTitle",
IDS_SETTINGS_MULTIDEVICE_INSTANT_TETHERING},
{"multideviceSmsConnectItemTitle", IDS_SETTINGS_MULTIDEVICE_SMS_CONNECT},
{"multideviceSmsConnectItemSummary",
IDS_SETTINGS_MULTIDEVICE_SMS_CONNECT_SUMMARY},
{"multideviceAndroidMessagesItemTitle",
IDS_SETTINGS_MULTIDEVICE_ANDROID_MESSAGES},
{"multideviceAndroidMessagesItemSummary",
IDS_SETTINGS_MULTIDEVICE_ANDROID_MESSAGES_SUMMARY},
{"multideviceForgetDevice", IDS_SETTINGS_MULTIDEVICE_FORGET_THIS_DEVICE},
{"multideviceForgetDeviceSummary",
IDS_SETTINGS_MULTIDEVICE_FORGET_THIS_DEVICE_EXPLANATION},
......
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