summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"