mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 23:42:12 +00:00
Old news (#7976)
* Update footer.jade * Update front.json * Update front.json
This commit is contained in:
parent
e4fcbed769
commit
5f9eb6a72c
2 changed files with 3 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue