Skip to content

Commit d08943d

Browse files
TCA-853 Improve copy
1 parent 337220c commit d08943d

File tree

1 file changed

+3
-3
lines changed
  • src-ts/tools/learn/course-details/course-curriculum/dice-modal

1 file changed

+3
-3
lines changed

src-ts/tools/learn/course-details/course-curriculum/dice-modal/DiceModal.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ const DiceModal: FC<DiceModalProps> = (props: DiceModalProps) => {
2424
onClose={props.onClose}
2525
open={isOpen}
2626
size='md'
27-
title='DICE Multifactor Authentication Required'
27+
title='DICE ID Multifactor Authentication Required'
2828
>
2929
<div className={styles.diceModal}>
3030

3131
<p>
32-
Wipro requires employees to enable multifactor Authentication
33-
with DICE in order to take Topcoder Academy courses.
32+
Wipro requires employees to enable Multifactor Authentication
33+
with DICE ID in order to take Topcoder Academy courses.
3434
</p>
3535
<p>
3636
Please go to Account Settings to configure your account.

0 commit comments

Comments
 (0)