Skip to content

Commit

Permalink
Do not share proxy username label with normal username label (closes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
schwabe committed Oct 10, 2023
1 parent c53c685 commit 29e3cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions main/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion main/src/ui/res/layout/server_card.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 29e3cc3

Please sign in to comment.