summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/res/values
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2020-07-03 15:38:09 +0100
committerEmīls <emils@mullvad.net>2020-07-03 15:45:39 +0100
commitb57f5bc393800dbb2ba4df66e7813c1fbd64355f (patch)
treeb78b8541a700133d5d51f56b2f0b23df391dc7c9 /android/src/main/res/values
parent636b49b01c8baf17c69f7412a298c8b260fcaa89 (diff)
downloadmullvadvpn-b57f5bc393800dbb2ba4df66e7813c1fbd64355f.tar.xz
mullvadvpn-b57f5bc393800dbb2ba4df66e7813c1fbd64355f.zip
Use correct expiry notification text
Diffstat (limited to 'android/src/main/res/values')
-rw-r--r--android/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml
index 48921c07a3..28c3da48c3 100644
--- a/android/src/main/res/values/strings.xml
+++ b/android/src/main/res/values/strings.xml
@@ -46,7 +46,7 @@
<string name="less_than_a_minute_ago">less than a minute ago</string>
<string name="account_credit_expires_in_a_few_minutes">Account credit expires in a few
minutes</string>
- <string name="account_credit_has_expired">Account credit has expired</string>
+ <string name="account_credit_has_expired">You have no more VPN time left on this account.</string>
<string name="out_of_time">Out of time</string>
<string name="no_more_vpn_time_left">You have no more VPN time left on this account. Either buy
credit on our website or redeem a voucher.</string>