From abe9fd09c1870ae8648c5aaa2b8cac57ddb8316a Mon Sep 17 00:00:00 2001 From: 3onyc <3onyc@x3tech.com> Date: Thu, 12 Jun 2014 16:33:42 +0200 Subject: [PATCH] Added localisation strings for "Change username" feature --- locales/en/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/en/settings.json b/locales/en/settings.json index 5d719bf62b..e744684eb6 100644 --- a/locales/en/settings.json +++ b/locales/en/settings.json @@ -41,9 +41,11 @@ "misc": "Misc", "showHeader": "Show Header", "changePass": "Change Password", + "changeUsername": "Change Username", "oldPass": "Old Password", "newPass": "New Password", "confirmPass": "Confirm New Password", + "newUsername": "New Username", "dangerZone": "Danger Zone", "resetText1": "This resets your entire account - your tasks will be deleted and your character will start over.", "resetText2": "This is highly discouraged because you'll lose historical data, which is useful for graphing your progress over time. However, some people find it useful in the beginning after playing with the app for a while.", @@ -62,5 +64,6 @@ "enterNumber": "Please enter a number between 0 and 24", "fillAll": "Please fill out all fields", "passSuccess": "Password successfully changed", + "usernameSuccess": "Username successfully changed", "difficulty": "Difficulty" }