summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--desktop/packages/mullvad-vpn/locales/messages.pot9
-rw-r--r--desktop/packages/mullvad-vpn/src/renderer/components/select-location/SelectLocation.tsx2
2 files changed, 4 insertions, 7 deletions
diff --git a/desktop/packages/mullvad-vpn/locales/messages.pot b/desktop/packages/mullvad-vpn/locales/messages.pot
index 9e311321ae..4923302612 100644
--- a/desktop/packages/mullvad-vpn/locales/messages.pot
+++ b/desktop/packages/mullvad-vpn/locales/messages.pot
@@ -1414,15 +1414,15 @@ msgid "Filtered:"
msgstr ""
msgctxt "select-location-view"
-msgid "Go to %(daita)s settings"
+msgid "List names must be unique."
msgstr ""
msgctxt "select-location-view"
-msgid "List names must be unique."
+msgid "Name is already taken."
msgstr ""
msgctxt "select-location-view"
-msgid "Name is already taken."
+msgid "Open %(daita)s settings"
msgstr ""
msgctxt "select-location-view"
@@ -2542,9 +2542,6 @@ msgstr ""
msgid "Not found"
msgstr ""
-msgid "Open %s settings"
-msgstr ""
-
msgid "Overrides active"
msgstr ""
diff --git a/desktop/packages/mullvad-vpn/src/renderer/components/select-location/SelectLocation.tsx b/desktop/packages/mullvad-vpn/src/renderer/components/select-location/SelectLocation.tsx
index 4f2c830f28..32c516d0a0 100644
--- a/desktop/packages/mullvad-vpn/src/renderer/components/select-location/SelectLocation.tsx
+++ b/desktop/packages/mullvad-vpn/src/renderer/components/select-location/SelectLocation.tsx
@@ -441,7 +441,7 @@ function DisabledEntrySelection() {
)}
</StyledSelectionUnavailableText>
<StyledDaitaSettingsButton onClick={navigateToDaitaSettings}>
- {sprintf(messages.pgettext('select-location-view', 'Go to %(daita)s settings'), {
+ {sprintf(messages.pgettext('select-location-view', 'Open %(daita)s settings'), {
daita: strings.daita,
})}
</StyledDaitaSettingsButton>