mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +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:
@@ -228,19 +228,19 @@ export default {
|
||||
},
|
||||
{
|
||||
label: 'mental_health',
|
||||
key: 'mental_health ',
|
||||
key: 'mental_health',
|
||||
},
|
||||
{
|
||||
label: 'organization',
|
||||
key: 'organization ',
|
||||
key: 'organization',
|
||||
},
|
||||
{
|
||||
label: 'Recovery + Support Groups',
|
||||
key: 'recovery_support_groups ',
|
||||
label: 'recovery_support_groups',
|
||||
key: 'recovery_support_groups',
|
||||
},
|
||||
{
|
||||
label: 'spirituality',
|
||||
key: 'spirituality ',
|
||||
key: 'spirituality',
|
||||
},
|
||||
{
|
||||
label: 'time_management',
|
||||
|
||||
Reference in New Issue
Block a user