diff options
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 528794e0..75b690ac 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -10,7 +10,7 @@ <string name="show_connection_details">Show connection details</string> <string name="routes_info">Routes: %s</string> <string name="routes_info6">IPv6 routes: %s</string> - <string name="error_empty_username">The username can not be empty.</string> + <string name="error_empty_username">The username must not be empty.</string> <string name="cert_from_keystore">Got certificate \'%s\' from keystore</string> <string name="provider_label">Provider:</string> <string name="provider_label_none">No provider configured</string> |