0

[Instant Hotspot] Add string for QS Your Devices header

Adds string for quick settings your devices header page and relevant
translation screenshots.

Screenshot: https://screenshot.googleplex.com/BifKXZBuBxeugEL.png

Bug: b/290078054
Change-Id: I084dc151284bb98495dfadd5c1cb1a0407247e36
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4789907
Commit-Queue: Rudransh Dikshit <rudranshd@google.com>
Reviewed-by: Chad Duffin <chadduffin@chromium.org>
Auto-Submit: Rudransh Dikshit <rudranshd@google.com>
Cr-Commit-Position: refs/heads/main@{#1210899}
This commit is contained in:
rudranshd
2023-10-17 16:07:13 +00:00
committed by Chromium LUCI CQ
parent 1ba1fc89c1
commit 92a0590b23
3 changed files with 4 additions and 3 deletions

@ -3619,8 +3619,8 @@ Some features are limited to increase battery life.
<message name="IDS_ASH_STATUS_TRAY_NETWORK_WIFI" desc="The label used in the tray popup to separate Wi-Fi networks.">
Wi-Fi
</message>
<message name="IDS_ASH_STATUS_TRAY_NETWORK_TETHER" desc="The label used in the tray popup to separate Instant Tethering networks.">
Instant Tethering
<message name="IDS_ASH_STATUS_TRAY_NETWORK_TETHER_HOSTS" desc="The label used in the tray popup to separate your tether devices.">
Your devices
</message>
<message name="IDS_ASH_STATUS_TRAY_ADD_CONNECTION" desc="Title for control to add a new network connection." >
Add connection

@ -0,0 +1 @@
7ee9bb9e5b34f43433c827243948957b13ae5fa9

@ -15,7 +15,7 @@ namespace ash {
NetworkListTetherHostsHeaderView::NetworkListTetherHostsHeaderView(
NetworkListNetworkHeaderView::Delegate* delegate)
: NetworkListNetworkHeaderView(delegate,
IDS_ASH_STATUS_TRAY_NETWORK_TETHER,
IDS_ASH_STATUS_TRAY_NETWORK_TETHER_HOSTS,
kUnifiedMenuSignalCellular0Icon) {
DCHECK(base::FeatureList::IsEnabled(features::kInstantHotspotRebrand));
}