summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/main/res
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2022-07-26 08:15:51 +0200
committerAlbin <albin@mullvad.net>2022-07-27 13:33:35 +0200
commitd3229230e996a2ee1f79592d2e7ea5ae17cb80e7 (patch)
tree8adb004a5d096b63bfe5e321d6fc36ccc97d7e7b /android/app/src/main/res
parentde635023f0514a2c656c5882415e6dff8b934c4c (diff)
downloadmullvadvpn-d3229230e996a2ee1f79592d2e7ea5ae17cb80e7.tar.xz
mullvadvpn-d3229230e996a2ee1f79592d2e7ea5ae17cb80e7.zip
Fix login status
Diffstat (limited to 'android/app/src/main/res')
-rw-r--r--android/app/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml
index 29495c80e2..70cccd341e 100644
--- a/android/app/src/main/res/values/strings.xml
+++ b/android/app/src/main/res/values/strings.xml
@@ -18,6 +18,7 @@
<string name="logging_in_title">Logging in...</string>
<string name="logging_in_description">Checking account number</string>
<string name="logged_in_title">Logged in</string>
+ <string name="logged_in_description">Valid account number</string>
<string name="login_fail_title">Login failed</string>
<string name="login_fail_description">Invalid account number</string>
<string name="dont_have_an_account">Don\'t have an account number?</string>