diff options
author | cyBerta <cyberta@riseup.net> | 2024-12-09 03:37:53 +0100 |
---|---|---|
committer | kwadronaut <kwadronaut@autistici.org> | 2025-01-28 11:19:02 +0000 |
commit | 64f36e03aacb6383d218fc845a25c321fc9bb591 (patch) | |
tree | 3dbfd2b1ba1be76fe27794279da5018ae446f3c0 /app | |
parent | 074e285c94a752609c6b6e8f079db26bd9d77f0f (diff) |
update string for vpn_certificate_is_invalid error message
Diffstat (limited to 'app')
-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 8c73c269..57da5bf2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -104,7 +104,7 @@ <string name="warning_corrupted_provider_cert">Stored provider certificate is invalid. You can either update %s (recommended) or update the provider certificate using a commercial CA certificate.</string> <string name="warning_expired_provider_cert">Stored provider certificate is expired. You can either update %s (recommended) or update the provider certificate using a commercial CA certificate.</string> <string name="downloading_vpn_certificate_failed">Downloading the VPN certificate failed. Try again or choose another provider.</string> - <string name="vpn_certificate_is_invalid">VPN certificate is invalid. Try to download a new one.</string> + <string name="vpn_certificate_is_invalid">It\'s time to update your VPN certificate. Download a new certificate to keep your connection secure. This is a routine update.</string> <string name="vpn_certificate_user_message">The VPN certificate is invalid. Please log in to download a new one.</string> <string name="save_battery">Save battery</string> <string name="subtitle_save_battery">Disabled while VPN Hotspot is on</string> |