adjust locales text, key names, and files for Rebirth, Reset, and Fortify / ReRoll for consistency with existing strings (#7321)

This commit is contained in:
Alys
2016-05-17 23:48:58 +10:00
committed by Matteo Pagliazzi
parent d648b0e0c8
commit 1cf2c89171
7 changed files with 8 additions and 9 deletions

View File

@@ -34,7 +34,7 @@ module.exports = function reroll (user, tasks = [], req = {}, analytics) {
} else {
return [
{user, tasks},
i18n.t('rerollComplete'),
i18n.t('fortifyComplete'),
];
}
};