mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
rename and reword pubChalsMinPrize to reflect that it's only for Tavern challenges
This commit is contained in:
@@ -37,7 +37,7 @@ describe('POST /challenges', () => {
|
||||
})).to.eventually.be.rejected.and.eql({
|
||||
code: 401,
|
||||
error: 'NotAuthorized',
|
||||
message: t('pubChalsMinPrize'),
|
||||
message: t('tavChalsMinPrize'),
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user