Skip to content

Commit

Permalink
Fix text for opening DAITA settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Dec 13, 2024
1 parent ee7681e commit 3e8fe4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion desktop/packages/mullvad-vpn/locales/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,7 @@ msgid "Filtered:"
msgstr ""

msgctxt "select-location-view"
msgid "Go to %(daita)s settings"
msgid "Open %(daita)s settings"
msgstr ""

msgctxt "select-location-view"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3e8fe4c

Please sign in to comment.