diff options
| author | Kalle Lindström <karl.lindstrom@mullvad.net> | 2024-10-09 13:08:23 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2024-10-15 14:38:37 +0200 |
| commit | 57aa8880dcd2d739d852fee1fa60bdd49dec9f80 (patch) | |
| tree | 698af4176e8685c2ca8d2517fb16488df391ae32 /android/lib/resource/src/main | |
| parent | 9e2e53486a66fd3ad83d5775b050041a29131652 (diff) | |
| download | mullvadvpn-57aa8880dcd2d739d852fee1fa60bdd49dec9f80.tar.xz mullvadvpn-57aa8880dcd2d739d852fee1fa60bdd49dec9f80.zip | |
Show create account confirm when user has account
Diffstat (limited to 'android/lib/resource/src/main')
| -rw-r--r-- | android/lib/resource/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/lib/resource/src/main/res/values/strings.xml b/android/lib/resource/src/main/res/values/strings.xml index e3a591257d..693ac3a789 100644 --- a/android/lib/resource/src/main/res/values/strings.xml +++ b/android/lib/resource/src/main/res/values/strings.xml @@ -18,6 +18,8 @@ <string name="login_fail_description">Invalid account number</string> <string name="dont_have_an_account">Don’t have an account number?</string> <string name="create_account">Create account</string> + <string name="create_new_account_warning_paragraph1">You already have a saved account number, by creating a new account the saved account number will be removed from this device. This cannot be undone.</string> + <string name="create_new_account_warning_paragraph2">Do you want to create a new account?</string> <string name="creating_new_account">Creating account...</string> <string name="failed_to_create_account">Failed to create account</string> <string name="account_created">Account created</string> @@ -282,6 +284,7 @@ <string name="all_locations">All locations</string> <string name="edit_lists">Edit lists</string> <string name="create_new_list">Create new list</string> + <string name="create_new_account">Create new account</string> <string name="create">Create</string> <string name="no_locations_found">No locations found</string> <string name="add_locations">Add locations</string> |
