diff options
| -rw-r--r-- | android/lib/resource/src/main/res/values/strings.xml | 2 | ||||
| -rw-r--r-- | gui/locales/messages.pot | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/android/lib/resource/src/main/res/values/strings.xml b/android/lib/resource/src/main/res/values/strings.xml index 033d3b9463..e878920dd5 100644 --- a/android/lib/resource/src/main/res/values/strings.xml +++ b/android/lib/resource/src/main/res/values/strings.xml @@ -207,7 +207,7 @@ <string name="on">On</string> <string name="quantum_creating_secure_connection">CREATING QUANTUM SECURE CONNECTION</string> <string name="quantum_secure_connection">QUANTUM SECURE CONNECTION</string> - <string name="wireguard_port_title">WireGuard Port</string> + <string name="wireguard_port_title">WireGuard port</string> <string name="wireguard_port_info_description">The automatic setting will randomly choose from the valid port ranges shown below.</string> <string name="search_placeholder">Search for...</string> <string name="select_location_empty_text_first_row"> diff --git a/gui/locales/messages.pot b/gui/locales/messages.pot index 2b8e1ba699..95c12c25fa 100644 --- a/gui/locales/messages.pot +++ b/gui/locales/messages.pot @@ -1837,15 +1837,15 @@ msgstr "" msgid "WireGuard MTU" msgstr "" -msgid "WireGuard Port" -msgstr "" - msgid "WireGuard custom port" msgstr "" msgid "WireGuard obfuscation" msgstr "" +msgid "WireGuard port" +msgstr "" + msgid "YOU MIGHT BE LEAKING NETWORK TRAFFIC" msgstr "" |
