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:
Alys
2017-08-27 02:53:10 +10:00
committed by Matteo Pagliazzi
parent d24eb67fa2
commit f38e184434
18 changed files with 1661 additions and 1653 deletions

View File

@@ -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 => {