mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
adjust locales text, key names, and files for Rebirth, Reset, and Fortify / ReRoll for consistency with existing strings (#7321)
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user