diff options
| author | cyBerta <cyberta@riseup.net> | 2018-01-10 17:14:45 +0100 |
|---|---|---|
| committer | cyBerta <cyberta@riseup.net> | 2018-01-10 17:14:45 +0100 |
| commit | ae8341cf1f563fbcf2bdd6a4eff9525f42e9e995 (patch) | |
| tree | 43f7da97aa2d8dd1313fe90a69df93f7b96749f0 /app/src/main/res/values | |
| parent | 0b647ea5e7ff67747080b2ffcebc948da0fbecb5 (diff) | |
8773 more test cases and clean-up
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 680f92e1..f59acd3d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -85,6 +85,6 @@ <string name="update_provider_details">Update provider details</string> <string name="update_certificate">Update certificate</string> <string name="warning_corrupted_provider_details">Stored provider details are corrupted. You can either update Bitmask (recommended) or update the provider details using a commercial CA certificate.</string> - <string name="warning_corrupted_provider_cert">Stored provider certificate is corrupted. You can either update Bitmask (recommended) or update the provider certificate using a commercial CA certificate.</string> + <string name="warning_corrupted_provider_cert">Stored provider certificate is invalid. You can either update Bitmask (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 Bitmask (recommended) or update the provider certificate using a commercial CA certificate.</string> </resources> |
