diff options
| author | Albin <albin@mullvad.net> | 2024-08-28 14:41:52 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-08-28 14:41:52 +0200 |
| commit | 074f525855f33ef54ca24b39e32c03c4946c8bed (patch) | |
| tree | bea1ed04d6b128b28f5139571efff9b8900d8ee2 | |
| parent | 1a1988b246a17071a819a491f4519bdbdf43e0a1 (diff) | |
| parent | ea1138e306809e212073325f30292f05e928c412 (diff) | |
| download | mullvadvpn-074f525855f33ef54ca24b39e32c03c4946c8bed.tar.xz mullvadvpn-074f525855f33ef54ca24b39e32c03c4946c8bed.zip | |
Merge branch 'fix-non-curly-apostrophe-in-daita-string-droid-1290'
| -rw-r--r-- | gui/locales/messages.pot | 2 | ||||
| -rw-r--r-- | gui/src/renderer/components/WireguardSettings.tsx | 2 |
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> |
