mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-23 22:27:06 +00:00
adjust footer to have relative link for Submit Bug (fixes #7973) and "News" link for Old News page (ref. #7976)
This commit is contained in:
parent
5f9eb6a72c
commit
9fde8b4d48
2 changed files with 2 additions and 2 deletions
|
|
@ -126,7 +126,7 @@
|
|||
"motivate": "Motivate yourself and your team!",
|
||||
"motivate1": "Motivate yourself to do anything.",
|
||||
"motivate2": "Get Organized. Get Motivated. Get Gold.",
|
||||
"oldNews": "Old News",
|
||||
"oldNews": "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",
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ footer.footer(ng-controller='FooterCtrl')
|
|||
li
|
||||
a(target='_blank', href='/static/community-guidelines')=env.t('communityGuidelines')
|
||||
li
|
||||
a(target='_blank', href='https://habitica.com/#/options/groups/guilds/a29da26b-37de-4a71-b0c6-48e72a900dac')=env.t('communityBug')
|
||||
a(target='_blank', href='/#/options/groups/guilds/a29da26b-37de-4a71-b0c6-48e72a900dac')=env.t('communityBug')
|
||||
li
|
||||
a(target='_blank', href='https://trello.com/c/odmhIqyW/440-read-first-table-of-contents')=env.t('communityFeature')
|
||||
li
|
||||
|
|
|
|||
Loading…
Reference in a new issue