Fix typo in product string

Fix the typo so the string displays in the correct products.

Test: manual, using tablet product
Fixes: 284007230
Change-Id: I970c214f46e0d30ecb92ff8f24c6f3fd8dfe33e3
This commit is contained in:
Fabián Kozynski
2023-06-07 12:45:41 -04:00
parent 25d24e0cf0
commit 5ec8f8d315

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>