We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337220c commit d08943dCopy full SHA for d08943d
src-ts/tools/learn/course-details/course-curriculum/dice-modal/DiceModal.tsx
@@ -24,13 +24,13 @@ const DiceModal: FC<DiceModalProps> = (props: DiceModalProps) => {
24
onClose={props.onClose}
25
open={isOpen}
26
size='md'
27
- title='DICE Multifactor Authentication Required'
+ title='DICE ID Multifactor Authentication Required'
28
>
29
<div className={styles.diceModal}>
30
31
<p>
32
- Wipro requires employees to enable multifactor Authentication
33
- with DICE in order to take Topcoder Academy courses.
+ Wipro requires employees to enable Multifactor Authentication
+ with DICE ID in order to take Topcoder Academy courses.
34
</p>
35
36
Please go to Account Settings to configure your account.
0 commit comments