aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-11-27 03:13:34 +0100
committerSamuel Holland <samuel@sholland.org>2017-11-27 03:13:34 +0100
commit09d04937b9e33daa6cbba04ce174c2bcc9dc69f9 (patch)
tree9e8624bbc218a0f454f15effbeb97c9f50261598 /app/src/main/res/values/strings.xml
parentConfigImporter: give updates when something goes wrong (diff)
downloadwireguard-android-09d04937b9e33daa6cbba04ce174c2bcc9dc69f9.tar.xz
wireguard-android-09d04937b9e33daa6cbba04ce174c2bcc9dc69f9.zip
Settings: show quick tile config if no primary is defined
This seems like a horrific set of hacks.
Diffstat (limited to '')
-rw-r--r--app/src/main/res/values/strings.xml2
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 9ed7bb3e..232dfc56 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -29,7 +29,7 @@
<string name="persistent_keepalive">Persistent keepalive</string>
<string name="placeholder_text">No configuration selected</string>
<string name="pre_shared_key">Pre-shared key</string>
- <string name="primary_config">Primary configuration</string>
+ <string name="primary_config">Quick tile configuration</string>
<string name="primary_config_summary">This configuration will be controlled by the quick settings tile</string>
<string name="private_key">Private key</string>
<string name="public_key">Public key</string>