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 @@ describe('shared.ops.reroll', () => {
it('rerolls a user with enough gems', () => {
let [, message] = reroll(user);
expect(message).to.equal(i18n.t('rerollComplete'));
expect(message).to.equal(i18n.t('fortifyComplete'));
});
it('reduces a user\'s balance', () => {