From 29e3cc3727732fe9cbe32b1e7991b77d90290fbb Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Tue, 10 Oct 2023 19:39:35 +0200 Subject: Do not share proxy username label with normal username label (closes #1654) --- main/src/main/res/values/strings.xml | 1 + main/src/ui/res/layout/server_card.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/main/src/main/res/values/strings.xml b/main/src/main/res/values/strings.xml index e9ae302b..575933ed 100755 --- a/main/src/main/res/values/strings.xml +++ b/main/src/main/res/values/strings.xml @@ -507,5 +507,6 @@ TLS Security Profile Try to encrypt profiles on storage (if supported by Android OS) 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 + Username diff --git a/main/src/ui/res/layout/server_card.xml b/main/src/ui/res/layout/server_card.xml index dab975d6..1395cd8b 100644 --- a/main/src/ui/res/layout/server_card.xml +++ b/main/src/ui/res/layout/server_card.xml @@ -254,7 +254,7 @@ android:layout_width="wrap_content" android:layout_height="17dp" android:layout_below="@id/enable_proxy_auth" - android:text="@string/auth_username" + android:text="@string/proxy_auth_username" android:textAppearance="?android:attr/textAppearanceSmall" android:layout_marginTop="12dp" card_view:layout_constraintTop_toBottomOf="@+id/enable_proxy_auth" -- cgit v1.2.3