Skip to content

Commit 85afbc7

Browse files
committed
Add voucher code looks like account number error message
1 parent 325dda8 commit 85afbc7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

android/lib/resource/src/main/res/values/strings.xml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<string name="redeem">Redeem</string>
3434
<string name="invalid_voucher">Voucher code is invalid.</string>
3535
<string name="voucher_already_used">Voucher code has already been used.</string>
36+
<string name="voucher_is_account_number">Looks like you entered an account number</string>
3637
<string name="error_occurred">An error occurred.</string>
3738
<string name="settings">Settings</string>
3839
<string name="no_internet_connection">No internet connection</string>

gui/locales/messages.pot

+3
Original file line numberDiff line numberDiff line change
@@ -2333,6 +2333,9 @@ msgstr ""
23332333
msgid "Locations were changed for \"%s\""
23342334
msgstr ""
23352335

2336+
msgid "Looks like you entered an account number"
2337+
msgstr ""
2338+
23362339
msgid "Makes sure the device is always on the VPN tunnel."
23372340
msgstr ""
23382341

0 commit comments

Comments
 (0)