mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
new client: move translatable strings to appropriate locales files (#8992)
* move translatable strings from newClient.json to appropriate locales files * whitespace changes * whitespace changes
This commit is contained in:
@@ -90,7 +90,7 @@ function togglePinnedItem (user, {item, type, path}, req = {}) {
|
||||
if (!item) item = get(content, path);
|
||||
|
||||
if (path === 'armoire' || path === 'potion') {
|
||||
throw new BadRequest(i18n.t('cannotUpinArmoirPotion', req.language));
|
||||
throw new BadRequest(i18n.t('cannotUnpinArmoirPotion', req.language));
|
||||
}
|
||||
|
||||
let isOfficialPinned = officialPinnedItems.find(officialPinnedItem => {
|
||||
|
||||
Reference in New Issue
Block a user