mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
fix(new-client): display tweaks (#9080)
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
span(:class="getGearClass('back')")
|
span(:class="getGearClass('back')")
|
||||||
span(:class="skinClass")
|
span(:class="skinClass")
|
||||||
span(:class="member.preferences.size + '_shirt_' + member.preferences.shirt")
|
span(:class="member.preferences.size + '_shirt_' + member.preferences.shirt")
|
||||||
|
span.head_0
|
||||||
span(:class="member.preferences.size + '_' + getGearClass('armor')")
|
span(:class="member.preferences.size + '_' + getGearClass('armor')")
|
||||||
span.head_0
|
span.head_0
|
||||||
span(:class="getGearClass('back_collar')")
|
span(:class="getGearClass('back_collar')")
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
.col-8.standard-page
|
.col-8.standard-page
|
||||||
.row
|
.row
|
||||||
.col-8
|
.col-8
|
||||||
h1 {{challenge.name}}
|
h1(v-markdown='challenge.name')
|
||||||
div
|
div
|
||||||
strong(v-once) {{$t('createdBy')}}:
|
strong(v-once) {{$t('createdBy')}}:
|
||||||
span {{challenge.leader.profile.name}}
|
span {{challenge.leader.profile.name}}
|
||||||
|
|||||||
@@ -284,7 +284,7 @@
|
|||||||
"alreadyHaveAccountLogin": "Already have a Habitica account? <strong>Log in.</strong>",
|
"alreadyHaveAccountLogin": "Already have a Habitica account? <strong>Log in.</strong>",
|
||||||
"dontHaveAccountSignup": "Don’t have a Habitica account? <strong>Sign up.</strong>",
|
"dontHaveAccountSignup": "Don’t have a Habitica account? <strong>Sign up.</strong>",
|
||||||
"motivateYourself": "Motivate yourself to achieve your goals.",
|
"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",
|
"singUpForFree": "Sign Up For Free",
|
||||||
"or": "OR",
|
"or": "OR",
|
||||||
"gamifyYourLife": "Gamify Your Life",
|
"gamifyYourLife": "Gamify Your Life",
|
||||||
|
|||||||
Reference in New Issue
Block a user