diff options
| -rw-r--r-- | core/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index b1f51ef08bd3..d93d2c806bfe 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -2458,7 +2458,7 @@ <!-- Description of policy access to set global proxy --> <string name="policydesc_setGlobalProxy">Set the device global proxy to be used while policy is enabled. Only the device owner can set the global proxy.</string> - <!-- Title of policy access to enforce password expiration [CHAR LIMIT=30]--> + <!-- Title of policy access to enforce password expiration [CHAR LIMIT=50]--> <string name="policylab_expirePassword">Set screen lock password expiration</string> <!-- Description of policy access to enforce password expiration [CHAR LIMIT=110]--> <string name="policydesc_expirePassword">Change how frequently the screen lock password, PIN, or pattern must be changed.</string> |