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
commitad16d2cc7b5a39c95450f9d7bd26a0895e8af76b (patch)
tree9e8624bbc218a0f454f15effbeb97c9f50261598 /app/src/main/res/values/strings.xml
parentConfigImporter: give updates when something goes wrong (diff)
downloadwireguard-android-ad16d2cc7b5a39c95450f9d7bd26a0895e8af76b.tar.xz
wireguard-android-ad16d2cc7b5a39c95450f9d7bd26a0895e8af76b.zip
Settings: show quick tile config if no primary is defined
This seems like a horrific set of hacks. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-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>