Update char limit for auto-sync data dialogs
Bug: 331566548
Test: build
Change-Id: Ie816138bcbdac98fe8636ab9ffa9a7509453f17a
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 660cd96..55f42fa 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -6670,9 +6670,9 @@
<string name="data_usage_app_restrict_dialog">This feature may cause an app that depends on background data to stop working when only mobile networks are available.\n\nYou can find more appropriate data usage controls in the settings available within the app.</string>
<!-- Body of dialog shown when user attempts to restrict background data before a network data limit has been set. [CHAR LIMIT=NONE] -->
<string name="data_usage_restrict_denied_dialog">Restricting background data is possible only when you\u2019ve set a mobile data limit.</string>
- <!-- Title of dialog shown when user enables global auto sync [CHAR LIMIT=32] -->
+ <!-- Title of dialog shown when user enables global auto sync [CHAR LIMIT=48] -->
<string name="data_usage_auto_sync_on_dialog_title">Turn auto-sync data on?</string>
- <!-- Title of dialog shown when user disables global auto sync [CHAR LIMIT=32] -->
+ <!-- Title of dialog shown when user disables global auto sync [CHAR LIMIT=48] -->
<string name="data_usage_auto_sync_off_dialog_title">Turn auto-sync data off?</string>
<!-- Body of dialog shown when user disables global auto sync [CHAR LIMIT=none] -->
<string name="data_usage_auto_sync_off_dialog">This will conserve data and battery usage, but you\u2019ll need to sync each account manually to collect recent information. And you won\u2019t receive notifications when updates occur.</string>