summaryrefslogtreecommitdiff
path: root/main/src/ui/res
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2023-04-18 13:15:58 +0200
committerArne Schwabe <arne@rfc2549.org>2023-04-18 13:15:58 +0200
commitba6ff09670679affd97cb410e5416f976c3cac0c (patch)
treece1f56bc3f382106ed3306ebfbeaea38a27d85f7 /main/src/ui/res
parentf01075341032da733d857cc072f2984fb3a22401 (diff)
Fix typo in request for notifications
Diffstat (limited to 'main/src/ui/res')
-rw-r--r--main/src/ui/res/layout/vpn_profile_list.xml2
1 files changed, 1 insertions, 1 deletions
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"