Merge "Fix typo in product string" into udc-dev am: d3df7f5090 am: 01f7d38e8a

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/23600032

Change-Id: I0ca34a84b8b2def9338eda1293e3552fc7b53ad7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Fabian Kozynski
2023-06-09 19:16:35 +00:00
committed by Automerger Merge Worker

View File

@@ -720,7 +720,7 @@
<!-- Description for using device controls feature with a locked phone [CHAR LIMIT=NONE] --> <!-- Description for using device controls feature with a locked phone [CHAR LIMIT=NONE] -->
<string name="lockscreen_trivial_controls_summary" product="default">Without unlocking your phone</string> <string name="lockscreen_trivial_controls_summary" product="default">Without unlocking your phone</string>
<!-- Description for using device controls feature with a locked tablet [CHAR LIMIT=NONE] --> <!-- Description for using device controls feature with a locked tablet [CHAR LIMIT=NONE] -->
<string name="lockscreen_trivial_controls_summary" product="tabled">Without unlocking your tablet</string> <string name="lockscreen_trivial_controls_summary" product="tablet">Without unlocking your tablet</string>
<!-- Accessibility summary text for auto rotate [CHAR LIMIT=NONE] --> <!-- Accessibility summary text for auto rotate [CHAR LIMIT=NONE] -->
<string name="auto_rotate_summary_a11y" product="default">When you move your phone between portrait and landscape</string> <string name="auto_rotate_summary_a11y" product="default">When you move your phone between portrait and landscape</string>