aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <harsh@prjkt.io>2018-07-22 11:52:11 +0530
committerJason A. Donenfeld <Jason@zx2c4.com>2018-07-22 23:21:17 +0200
commitb1a3d8cc637d409b41c229e49cb6c0a1569a4e20 (patch)
tree80dc4b51c3ab94e6da553c8dce3a8b527a72afdf /app/src/main/res/values/strings.xml
parentFloatingActionsMenuRecyclerViewScrollListener: add final modifiers (diff)
downloadwireguard-android-b1a3d8cc637d409b41c229e49cb6c0a1569a4e20.tar.xz
wireguard-android-b1a3d8cc637d409b41c229e49cb6c0a1569a4e20.zip
Show help text when no tunnels are imported
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
Diffstat (limited to '')
-rw-r--r--app/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index b7f6930a..3fc245ae 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -99,4 +99,5 @@
<string name="zip_export_error">Unable to export tunnels: %s</string>
<string name="zip_export_success">Saved to %s</string>
<string name="zip_export_summary">Zip file will be saved to downloads folder</string>
+ <string name="no_tunnels_imported_placeholder">Tap the button at the bottom to begin</string>
</resources>