summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rwxr-xr-xmain/src/main/res/values/strings.xml1
-rw-r--r--main/src/ui/res/layout/vpn_profile_list.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/main/src/main/res/values/strings.xml b/main/src/main/res/values/strings.xml
index da32ec9e..f68d6983 100755
--- a/main/src/main/res/values/strings.xml
+++ b/main/src/main/res/values/strings.xml
@@ -505,5 +505,6 @@
<string name="allow_translations_summary">Allows the app to be translated with translations contributed by the community. Requires a restart of the app to activate.</string>
<string name="tls_profile">TLS Security Profile</string>
<string name="encrypt_profiles">Try to encrypt profiles on storage (if supported by Android OS)</string>
+ <string name="missing_notification_permission">Notification permission missing. This is used to display the status of the VPN and to notify about required user interaction like multi factor authorisation.\n\nClick this message to give the app notification permissions</string>
</resources>
diff --git a/main/src/ui/res/layout/vpn_profile_list.xml b/main/src/ui/res/layout/vpn_profile_list.xml
index 7dd2eb36..a4e1b809 100644
--- a/main/src/ui/res/layout/vpn_profile_list.xml
+++ b/main/src/ui/res/layout/vpn_profile_list.xml
@@ -24,7 +24,7 @@
android:drawablePadding="@dimen/stdpadding"
tools:visibility="visible"
android:visibility="gone"
- android:text="Notification permission missing. This is used to display the status of the VPN and go notify about required user interaction like multi factor authorisation.\n\nClick this message to give the app notification permissions" />
+ android:text="@string/missing_notification_permission" />
<ListView
android:id="@android:id/list"