Update string for no room on this Home screen toast.

Bug: 191852136
Test: Tested manually to check that the toast has updated string.
Change-Id: I28f73eda17fdc49dee18e4f8be89224f04471697
This commit is contained in:
Alina Zaidi 2021-06-23 12:24:59 +01:00
parent e03784478d
commit 95d6df3647
1 changed files with 2 additions and 2 deletions

View File

@ -140,8 +140,8 @@
<string name="long_accessible_way_to_add_shortcut">Double-tap &amp; hold to move a shortcut or use custom actions.</string> <string name="long_accessible_way_to_add_shortcut">Double-tap &amp; hold to move a shortcut or use custom actions.</string>
<skip /> <skip />
<!-- Error message when user has filled a home screen --> <!-- Error message when a user can't add more apps, widgets, or shortcuts to a Home screen. -->
<string name="out_of_space">No more room on this Home screen.</string> <string name="out_of_space">No room on this Home screen</string>
<!-- Error message when user has filled the hotseat --> <!-- Error message when user has filled the hotseat -->
<string name="hotseat_out_of_space">No more room in the Favorites tray</string> <string name="hotseat_out_of_space">No more room in the Favorites tray</string>