summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTobias Järvelöv <tobias.jarvelov@mullvad.net>2025-03-04 15:13:43 +0100
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-03-10 10:14:19 +0100
commitf84c7c17af81ba1db75be0372e3fe5fe6bec2c56 (patch)
treec319de332a72573a878b69d1b5d14e73fb17c572
parent44f98be09578c7bbcfa9b8c1fee92b9d14a25ded (diff)
downloadmullvadvpn-f84c7c17af81ba1db75be0372e3fe5fe6bec2c56.tar.xz
mullvadvpn-f84c7c17af81ba1db75be0372e3fe5fe6bec2c56.zip
Fix wrong placeholders declared in TRANSLATORS comment
-rw-r--r--desktop/packages/mullvad-vpn/src/renderer/components/OpenVpnSettings.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/packages/mullvad-vpn/src/renderer/components/OpenVpnSettings.tsx b/desktop/packages/mullvad-vpn/src/renderer/components/OpenVpnSettings.tsx
index 36097f76b5..0d68b5e80b 100644
--- a/desktop/packages/mullvad-vpn/src/renderer/components/OpenVpnSettings.tsx
+++ b/desktop/packages/mullvad-vpn/src/renderer/components/OpenVpnSettings.tsx
@@ -375,8 +375,8 @@ function bridgeModeFooterText(
// TRANSLATORS: available.
// TRANSLATORS: Available placeholders:
// TRANSLATORS: %(transportProtocol)s - the name of the transport protocol setting
- // TRANSLATORS: %(automat)s - the translation of "Automatic"
- // TRANSLATORS: %(openvpn)s - will be replaced with OpenVPN
+ // TRANSLATORS: %(automatic)s - the translation of "Automatic"
+ // TRANSLATORS: %(tcp)s - the translation of "TCP"
messages.pgettext(
'openvpn-settings-view',
'To activate Bridge mode, change <b>%(transportProtocol)s</b> to <b>%(automatic)s</b> or <b>%(tcp)s</b>.',