diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-06-12 11:50:11 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-06-17 10:14:37 +0000 |
| commit | ff929470e7dbe3aa5aa5ceafb724c68bb64b7498 (patch) | |
| tree | 11774361884e3e795c06b32b22e37c73b903fbd5 /android/src/main/res/values | |
| parent | 453665c7f4f9e282a4cb3e330847a06ee98fd046 (diff) | |
| download | mullvadvpn-ff929470e7dbe3aa5aa5ceafb724c68bb64b7498.tar.xz mullvadvpn-ff929470e7dbe3aa5aa5ceafb724c68bb64b7498.zip | |
Show account expiry in Account screen
Diffstat (limited to 'android/src/main/res/values')
| -rw-r--r-- | android/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml index a0cfa0c162..a3a033e747 100644 --- a/android/src/main/res/values/strings.xml +++ b/android/src/main/res/values/strings.xml @@ -19,6 +19,7 @@ <string name="quit">Quit</string> <string name="account_number">Account number</string> + <string name="paid_until">Paid until</string> <string name="unsecured_connection">Unsecured connection</string> <string name="creating_secure_connection">Creating secure connection</string> |
