Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix app settings string resources capitalization #5344

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading