diff options
| author | David Göransson <david.goransson@mullvad.net> | 2024-08-21 10:30:22 +0200 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2024-08-21 11:05:02 +0200 |
| commit | d1e33486cf2b4c027f1a87a1700891c7cd6bcbab (patch) | |
| tree | e8eb7b98bb54a0b8ce20e3b958f40c3eae2ad55d /gui | |
| parent | 5d38db0855f8e48cf43795b73488121dd4810b1b (diff) | |
| download | mullvadvpn-d1e33486cf2b4c027f1a87a1700891c7cd6bcbab.tar.xz mullvadvpn-d1e33486cf2b4c027f1a87a1700891c7cd6bcbab.zip | |
Add error for voucher code looks like an account number
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/locales/messages.pot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/locales/messages.pot b/gui/locales/messages.pot index 76223176d5..725863c57b 100644 --- a/gui/locales/messages.pot +++ b/gui/locales/messages.pot @@ -2318,6 +2318,9 @@ msgstr "" msgid "Invalid or missing value \"%s\"" msgstr "" +msgid "It looks like you’ve entered an account number instead of a voucher code. If you would like to change the active account, please log out first." +msgstr "" + msgid "Lets you select apps that should access the Internet directly without going through the VPN tunnel." msgstr "" |
