mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 21:27:23 +01:00
Various fixes for new client (WIP) (#8953)
* sort equipment by stats: highest first * spelling fix: excercise > exercise * change wording for login link on register screen * remove incorrect Items heading from Quests Shop * fix missing "Recovery + Support Groups" guild category text and remove whitespace from keys * fix text for guildInformationPlaceHolder
This commit is contained in:
@@ -184,7 +184,7 @@ b-modal#avatar-modal(title="", size='md', :hide-header='true', :hide-footer='tru
|
||||
label.custom-control.custom-checkbox
|
||||
input.custom-control-input(type="checkbox")
|
||||
span.custom-control-indicator
|
||||
span.custom-control-description(v-once) {{ $t('excercise') }}
|
||||
span.custom-control-description(v-once) {{ $t('exercise') }}
|
||||
div
|
||||
label.custom-control.custom-checkbox
|
||||
input.custom-control-input(type="checkbox")
|
||||
|
||||
Reference in New Issue
Block a user