From 6c99bbc94810024f0d8d360c79698ff7559c0504 Mon Sep 17 00:00:00 2001 From: scribblypanda Date: Sun, 11 Jan 2015 20:29:36 -0500 Subject: [PATCH] added translatable strings for login name description --- locales/en/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/locales/en/settings.json b/locales/en/settings.json index 4f0b91f977..833f66ecf8 100644 --- a/locales/en/settings.json +++ b/locales/en/settings.json @@ -76,5 +76,8 @@ "emailChange3": " including both your old and new email address as well as your User ID.", "username": "Login Name", "email": "Email", - "registeredWithFb": "Registered with Facebook" + "registeredWithFb": "Registered with Facebook", + "loginNameDescription1": "This is what you use to login to HabitRPG. Click ", + "loginNameDescription2": "here", + "loginNameDescription3": "to change your display name." }