Skip to content

Commit

Permalink
Fix "Enable "Direct only" text"
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Dec 13, 2024
1 parent 23acaea commit bc961e6
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 @@ -2449,7 +2449,7 @@ msgstr ""
msgid "Edit name"
msgstr ""

msgid "Enable \"Direct only\""
msgid "Enable direct only"
msgstr ""

msgid "Enable method"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function DaitaToggle() {
key="confirm"
onClick={confirmEnableDirectOnly}
color={SmallButtonColor.blue}>
{sprintf(messages.gettext('Enable "%(directOnly)s"'), { directOnly: directOnlyString })}
{messages.gettext('Enable direct only')}
</SmallButton>,
<SmallButton key="cancel" onClick={hideConfirmationDialog} color={SmallButtonColor.blue}>
{messages.pgettext('wireguard-settings-view', 'Cancel')}
Expand Down

0 comments on commit bc961e6

Please sign in to comment.