summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2024-08-28 14:14:31 +0200
committerAlbin <albin@mullvad.net>2024-08-28 14:32:06 +0200
commitea1138e306809e212073325f30292f05e928c412 (patch)
treebea1ed04d6b128b28f5139571efff9b8900d8ee2
parent1a1988b246a17071a819a491f4519bdbdf43e0a1 (diff)
downloadmullvadvpn-ea1138e306809e212073325f30292f05e928c412.tar.xz
mullvadvpn-ea1138e306809e212073325f30292f05e928c412.zip
Fix non-curly apostrophe
-rw-r--r--gui/locales/messages.pot2
-rw-r--r--gui/src/renderer/components/WireguardSettings.tsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/locales/messages.pot b/gui/locales/messages.pot
index 6f73b02d41..5402634548 100644
--- a/gui/locales/messages.pot
+++ b/gui/locales/messages.pot
@@ -2111,7 +2111,7 @@ msgstr ""
#. Warning text in a dialog that is displayed after a setting is toggled.
msgctxt "wireguard-settings-view"
-msgid "This feature isn't available on all servers. You might need to change location after enabling."
+msgid "This feature isn’t available on all servers. You might need to change location after enabling."
msgstr ""
msgctxt "wireguard-settings-view"
diff --git a/gui/src/renderer/components/WireguardSettings.tsx b/gui/src/renderer/components/WireguardSettings.tsx
index 61ea7e76d0..df714866cf 100644
--- a/gui/src/renderer/components/WireguardSettings.tsx
+++ b/gui/src/renderer/components/WireguardSettings.tsx
@@ -622,7 +622,7 @@ function DaitaSettings() {
// TRANSLATORS: Warning text in a dialog that is displayed after a setting is toggled.
messages.pgettext(
'wireguard-settings-view',
- "This feature isn't available on all servers. You might need to change location after enabling.",
+ 'This feature isn’t available on all servers. You might need to change location after enabling.',
)
}
</ModalMessage>