summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2023-10-10 19:39:35 +0200
committerArne Schwabe <arne@rfc2549.org>2023-10-10 19:39:35 +0200
commit29e3cc3727732fe9cbe32b1e7991b77d90290fbb (patch)
tree20318d2dc773cdf6fd5ac92c386deec07a818097 /main
parentc53c6853dc819b0a9caa574c13806f5d091d6da8 (diff)
Do not share proxy username label with normal username label (closes #1654)
Diffstat (limited to 'main')
-rwxr-xr-xmain/src/main/res/values/strings.xml1
-rw-r--r--main/src/ui/res/layout/server_card.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 e9ae302b..575933ed 100755
--- a/main/src/main/res/values/strings.xml
+++ b/main/src/main/res/values/strings.xml
@@ -507,5 +507,6 @@
<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>
+ <string name="proxy_auth_username">Username</string>
</resources>
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"