diff options
| -rw-r--r-- | desktop/packages/mullvad-vpn/src/renderer/components/OpenVpnSettings.tsx | 4 |
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>.', |
