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