diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-05-12 16:11:38 +0200 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-05-13 15:48:32 +0200 |
| commit | c0b2a8c0f1c565a0343e91e914accafe1e69f3fc (patch) | |
| tree | 0c7179607e59043cc564721b5161ca5fff7af7f2 /android/lib/resource/src | |
| parent | ce62828a21cb65f2b0d1710b7d92b4e55a518408 (diff) | |
| download | mullvadvpn-c0b2a8c0f1c565a0343e91e914accafe1e69f3fc.tar.xz mullvadvpn-c0b2a8c0f1c565a0343e91e914accafe1e69f3fc.zip | |
Show a specific error if selected port is not in the port range
Diffstat (limited to 'android/lib/resource/src')
| -rw-r--r-- | android/lib/resource/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/lib/resource/src/main/res/values/strings.xml b/android/lib/resource/src/main/res/values/strings.xml index f96fa9668b..e7405020d0 100644 --- a/android/lib/resource/src/main/res/values/strings.xml +++ b/android/lib/resource/src/main/res/values/strings.xml @@ -417,4 +417,6 @@ <string name="daita_multihop">%s: Multihop</string> <string name="vpn_permission_denied_error_no_vpn_settings">VPN permission was denied</string> <string name="vpn_settings_not_available">VPN Settings not available on device</string> + <string name="wireguard_port_is_not_supported">The selected %s port is not supported, please change it under</string> + <string name="wireguard_settings">%s settings.</string> </resources> |
