Skip to content

Commit

Permalink
Fix app settings string resources capitalizations
Browse files Browse the repository at this point in the history
  • Loading branch information
sabercodic committed Oct 23, 2023
1 parent f58efc2 commit af98e57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/lib/resource/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
6 changes: 3 additions & 3 deletions gui/locales/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""

Expand Down

0 comments on commit af98e57

Please sign in to comment.