From faf69fca8dc5f50f177ae011ca29b10e107d53c9 Mon Sep 17 00:00:00 2001 From: scribblypanda Date: Sun, 11 Jan 2015 10:37:16 -0500 Subject: [PATCH] added new translatable strings, mailto link --- locales/en/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/locales/en/settings.json b/locales/en/settings.json index a018cf8a29..bef5df1f69 100644 --- a/locales/en/settings.json +++ b/locales/en/settings.json @@ -71,4 +71,8 @@ "usernameSuccess": "Login Name successfully changed", "data": "Data", "exportData": "Export Data", - "emailChange": "To change your email address, please send an email to admin\@habitrpg.com including both your old and new email address as well as your User ID."} + "emailChange": "To change your email address, please send an email to admin@habitrpg.com including both your old and new email address as well as your User ID.", + "username": "Login Name", + "email": "Email", + "registeredWithFb": "Registered with Facebook" +}