Increase char limit for the account prefererence title.

Per translators' request, increasting the character limit for the
account preference strings.

Bug: 32688421
Test: manual
Change-Id: I78198635e24d2089413d15a210ec0b9e9dfa6807
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 40d88b0..464cb75 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -7967,11 +7967,11 @@
     <!-- Configure section header [CHAR LIMIT=30] -->
     <string name="configure_section_header">Configure</string>
 
-    <!-- Switch label to enable auto sync account [CHAR LIMIT=30] -->
+    <!-- Switch label to enable auto sync account [CHAR LIMIT=60] -->
     <string name="auto_sync_account_title">Auto sync account data</string>
-    <!-- Switch label to enable auto sync personal account [CHAR LIMIT=30] -->
+    <!-- Switch label to enable auto sync personal account [CHAR LIMIT=60] -->
     <string name="auto_sync_personal_account_title">Auto sync personal account data</string>
-    <!-- Switch label to enable auto sync work account [CHAR LIMIT=30] -->
+    <!-- Switch label to enable auto sync work account [CHAR LIMIT=60] -->
     <string name="auto_sync_work_account_title">Auto sync work account data</string>
 
     <!-- Enterprise Privacy --> <skip />