Skip to content

Commit 8f3dc43

Browse files
committed
GAME-203 #comment fix modal typo
1 parent 4990b96 commit 8f3dc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-ts/tools/gamification-admin/game-lib/modals/badge-assigned-modal/BadgeAssignedModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const BadgeAssignedModal: FC<BadgeAssignedModalProps> = (props: BadgeAssignedMod
2323
onClose={onClose}
2424
open={props.isOpen}
2525
size='md'
26-
title={`Badge created`}
26+
title={`Badge awarded`}
2727
closeOnOverlayClick={false}
2828
>
2929
<div className={styles.wrapper}>

0 commit comments

Comments
 (0)