aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2017-08-24 02:11:55 -0500
committerSamuel Holland <samuel@sholland.org>2017-08-24 02:11:55 -0500
commit4e5b9ef2e20d296b616405e142e4decea21a1218 (patch)
treeda2723ce093902dd87d1f6e8b3899bdad481e550 /app/src/main/res/values
parentConfigEditFragment: Mark the persistent keepalive as optional (diff)
downloadwireguard-android-4e5b9ef2e20d296b616405e142e4decea21a1218.tar.xz
wireguard-android-4e5b9ef2e20d296b616405e142e4decea21a1218.zip
ConfigEditFragment: Copy public key on click
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 62e4fa4e..bc2ec7a9 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -34,6 +34,8 @@
<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>
+ <string name="public_key_copied_message">Public key copied to clipboard</string>
+ <string name="public_key_description">WireGuard public key</string>
<string name="restore_on_boot">Restore on boot</string>
<string name="restore_on_boot_summary">Restore previously enabled configurations on boot</string>
<string name="save">Save</string>