summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/res/values
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-03-30 20:21:00 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-04-27 16:21:51 +0000
commit65cbd62c637ea83bfce6a85affa63615f7459069 (patch)
tree91f956ac9961e905ec654bc9d8dc296cb04bf7f9 /android/src/main/res/values
parentb336d02cca696492571da56875900c73a86b4b4b (diff)
downloadmullvadvpn-65cbd62c637ea83bfce6a85affa63615f7459069.tar.xz
mullvadvpn-65cbd62c637ea83bfce6a85affa63615f7459069.zip
Change style of public key and key generated texts
Diffstat (limited to 'android/src/main/res/values')
-rw-r--r--android/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml
index 744ae5a0c1..8bcbbf3cd9 100644
--- a/android/src/main/res/values/strings.xml
+++ b/android/src/main/res/values/strings.xml
@@ -153,6 +153,7 @@
<string name="wireguard_key_copied_to_clibpoard">Key copied to
clipboard</string>
<string name="wireguard_public_key">Public key</string>
+ <string name="wireguard_key_generated">Key generated</string>
<string name="wireguard_verify_key">Verify key</string>
<string name="wireguard_generate_key">Generate key</string>
<string name="wireguard_replace_key">Regenerate key</string>