From ba6ff09670679affd97cb410e5416f976c3cac0c Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Tue, 18 Apr 2023 13:15:58 +0200 Subject: Fix typo in request for notifications --- main/src/ui/res/layout/vpn_profile_list.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/src/ui') 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" />