diff --git a/common/locales/en/front.json b/common/locales/en/front.json index 2da2f59e07..328eb9b16e 100644 --- a/common/locales/en/front.json +++ b/common/locales/en/front.json @@ -172,5 +172,11 @@ "username": "Username", "watchVideos": "Watch Videos", "work": "Work", - "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!" + "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!", + "reportAccountProblems": "Report Account Problems", + "reportCommunityIssues": "Report Community Issues", + "generalQuestionsSite": "General Questions about the Site", + "businessInquiries": "Business Inquiries", + "merchandiseInquiries": "Merchandise Inquiries", + "marketingInquiries": "Marketing/Social Media Inquiries" } \ No newline at end of file diff --git a/website/views/static/contact.jade b/website/views/static/contact.jade index 48b9e0eee0..98bfaec23a 100644 --- a/website/views/static/contact.jade +++ b/website/views/static/contact.jade @@ -13,23 +13,30 @@ block content .page-header h1=env.t('contactUs') p - | Report Account Problems: + =env.t('reportAccountProblems') + | :  a(href='mailto:admin@habitrpg.com') admin@habitrpg.com br - | Report a Bug: + =env.t('reportBug') + | :  a(target='_blank', href='https://github.com/HabitRPG/habitrpg/issues?q=is%3Aopen') Github br - | Report Community Issues: + =env.t('reportCommunityIssues') + | :  a(href='mailto:leslie@habitrpg.com') leslie@habitrpg.com br - | General Questions about the Site: + =env.t('generalQuestionsSite') + | :  a(target='_blank', href='http://habitrpg.wikia.com/wiki/The_Keep:The_Newbies_Guild') Newbies Guild br - | Business Inquiries: + =env.t('businessInquiries') + | :  a(href='mailto:vicky@habitrpg.com') vicky@habitrpg.com br - | Merchandise Inquiries: + =env.t('merchandiseInquiries') + | :  a(href='mailto:store@habitrpg.com') store@habitrpg.com br - | Marketing/Social Media Inquiries: + =env.t('marketingInquiries') + | :  a(href='mailto:leslie@habitrpg.com') leslie@habitrpg.com