Skip to content

Commit 9c4aa74

Browse files
authored
Merge pull request #366 from topcoder-platform/gamification
GAME-179 Typo in validation message -> dev
2 parents 5ff9d59 + 257cf9c commit 9c4aa74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-ts/tools/gamification-admin/pages/badge-detail/ManualAwardTab/ManualAwardTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const ManualAwardTab: FC<ManualAwardTabProps> = (props: ManualAwardTabProps) =>
3838
let message: string = e.message
3939
if (e.errors && e.errors[0] && e.errors[0].path === 'user_id') {
4040
const handleOrId: string = find(selectedMembers, { userId: e.errors[0].value })?.handle || e.errors[0].value
41-
message = `Member ${handleOrId} alredy owns this badge.`
41+
message = `Member ${handleOrId} already owns this badge.`
4242
}
4343
setBadgeAssignError(message)
4444
})

0 commit comments

Comments
 (0)