mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 13:47:33 +01:00
fix(strings): remove some trailing spaces
This commit is contained in:
@@ -265,7 +265,7 @@ api.armoire = {
|
||||
if (user.flags.armoireEmpty) {
|
||||
return t('armoireNotesEmpty')();
|
||||
}
|
||||
return t('armoireNotesFull')() + count;
|
||||
return `${t('armoireNotesFull')()} ${count}`;
|
||||
},
|
||||
value: 100,
|
||||
key: 'armoire',
|
||||
|
||||
Reference in New Issue
Block a user