mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-17 03:08:51 +00:00
fix(new-client): display tweaks (#9080)
This commit is contained in:
parent
927a08defd
commit
08323f307c
3 changed files with 3 additions and 2 deletions
|
|
@ -19,6 +19,7 @@
|
|||
span(:class="getGearClass('back')")
|
||||
span(:class="skinClass")
|
||||
span(:class="member.preferences.size + '_shirt_' + member.preferences.shirt")
|
||||
span.head_0
|
||||
span(:class="member.preferences.size + '_' + getGearClass('armor')")
|
||||
span.head_0
|
||||
span(:class="getGearClass('back_collar')")
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
.col-8.standard-page
|
||||
.row
|
||||
.col-8
|
||||
h1 {{challenge.name}}
|
||||
h1(v-markdown='challenge.name')
|
||||
div
|
||||
strong(v-once) {{$t('createdBy')}}:
|
||||
span {{challenge.leader.profile.name}}
|
||||
|
|
|
|||
|
|
@ -284,7 +284,7 @@
|
|||
"alreadyHaveAccountLogin": "Already have a Habitica account? <strong>Log in.</strong>",
|
||||
"dontHaveAccountSignup": "Don’t have a Habitica account? <strong>Sign up.</strong>",
|
||||
"motivateYourself": "Motivate yourself to achieve your goals.",
|
||||
"timeToGetThingsDone": "It's time to have fun when you get things done! Join over 2 million Habiticans and improve your life one task at a time.",
|
||||
"timeToGetThingsDone": "It's time to have fun when you get things done! Join over 2.5 million Habiticans and improve your life one task at a time.",
|
||||
"singUpForFree": "Sign Up For Free",
|
||||
"or": "OR",
|
||||
"gamifyYourLife": "Gamify Your Life",
|
||||
|
|
|
|||
Loading…
Reference in a new issue