diff --git a/common/locales/en/challenge.json b/common/locales/en/challenge.json index cffe8c4a38..7504e2ad9c 100644 --- a/common/locales/en/challenge.json +++ b/common/locales/en/challenge.json @@ -74,7 +74,7 @@ "onlyLeaderDeleteChal": "Only the challenge leader can delete it.", "onlyLeaderUpdateChal": "Only the challenge leader can update it.", "winnerNotFound": "Winner with id \"<%= userId %>\" not found or not part of the challenge.", - "noCompletedTodosChallenge": "\"includeComepletedTodos\" is not supported when fetching a challenge tasks.", + "noCompletedTodosChallenge": "\"includeComepletedTodos\" is not supported when fetching challenge tasks.", "userTasksNoChallengeId": "When \"tasksOwner\" is \"user\" \"challengeId\" can't be passed.", "onlyChalLeaderEditTasks": "Tasks belonging to a challenge can only be edited by the leader.", "userAlreadyInChallenge": "User is already participating in this challenge.", diff --git a/common/locales/en/spells.json b/common/locales/en/spells.json index 37dc7eaad4..042e4adf4b 100644 --- a/common/locales/en/spells.json +++ b/common/locales/en/spells.json @@ -70,7 +70,7 @@ "spellNotFound": "Skill \"<%= spellId %>\" not found.", "partyNotFound": "Party not found", "targetIdUUID": "\"targetId\" must be a valid User ID.", - "challengeTasksNoCast": "Casting a skill on challenge tasks is not supported.", + "challengeTasksNoCast": "Casting a skill on challenge tasks is not allowed.", "spellNotOwned": "You don't own this skill.", "spellLevelTooHigh": "You must be level <%= level %> to use this skill." }