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:
@@ -52,7 +52,7 @@ api.createChallenge = {
|
||||
}
|
||||
|
||||
if (group._id === TAVERN_ID && prize < 1) {
|
||||
throw new NotAuthorized(res.t('pubChalsMinPrize'));
|
||||
throw new NotAuthorized(res.t('tavChalsMinPrize'));
|
||||
}
|
||||
|
||||
if (prize > 0) {
|
||||
|
||||
Reference in New Issue
Block a user