diff --git a/common/locales/en/front.json b/common/locales/en/front.json index 0a9622fef7..e1dc1290a8 100644 --- a/common/locales/en/front.json +++ b/common/locales/en/front.json @@ -126,6 +126,7 @@ "motivate": "Motivate yourself and your team!", "motivate1": "Motivate yourself to do anything.", "motivate2": "Get Organized. Get Motivated. Get Gold.", + "oldNews": "Old News", "passConfirm": "Confirm Password", "passMan": "In case you are using a password manager (like 1Password) and have problems logging in, try typing your username and password manually.", "password": "Password", diff --git a/website/views/shared/footer.jade b/website/views/shared/footer.jade index 1537fefebe..78a00c98f8 100644 --- a/website/views/shared/footer.jade +++ b/website/views/shared/footer.jade @@ -32,6 +32,8 @@ footer.footer(ng-controller='FooterCtrl') a(href='http://habitica.wikia.com/wiki/App_and_Extension_Integrations', target='_blank')=env.t('companyExtensions') li a(href='/static/faq/')=env.t('FAQ') + li + a(href='/static/old-news')=env.t('oldNews') li a(href='/static/privacy')=env.t('companyPrivacy') li