fix: change typo
This commit is contained in:
committed by
leangseu-edx
parent
b570a9228f
commit
780ee87500
@@ -32,7 +32,7 @@ exports[`EmailSettingsModal render snapshot: emails disabled, show: false 1`] =
|
||||
onClick={[MockFunction closeModal]}
|
||||
variant="tertiary"
|
||||
>
|
||||
Nevermind
|
||||
Never mind
|
||||
</Button>
|
||||
<Button
|
||||
onClick={[MockFunction hooks.save]}
|
||||
@@ -76,7 +76,7 @@ exports[`EmailSettingsModal render snapshot: emails disabled, show: true 1`] = `
|
||||
onClick={[MockFunction closeModal]}
|
||||
variant="tertiary"
|
||||
>
|
||||
Nevermind
|
||||
Never mind
|
||||
</Button>
|
||||
<Button
|
||||
onClick={[MockFunction hooks.save]}
|
||||
@@ -120,7 +120,7 @@ exports[`EmailSettingsModal render snapshot: emails enabled, show: true 1`] = `
|
||||
onClick={[MockFunction closeModal]}
|
||||
variant="tertiary"
|
||||
>
|
||||
Nevermind
|
||||
Never mind
|
||||
</Button>
|
||||
<Button
|
||||
onClick={[MockFunction hooks.save]}
|
||||
|
||||
@@ -25,7 +25,7 @@ export const messages = StrictDict({
|
||||
nevermind: {
|
||||
id: 'learner-dash.emailSettings.nevermind',
|
||||
description: 'Cancel action for email settings modal',
|
||||
defaultMessage: 'Nevermind',
|
||||
defaultMessage: 'Never mind',
|
||||
},
|
||||
save: {
|
||||
id: 'learner-dash.emailSettings.save',
|
||||
|
||||
@@ -35,7 +35,7 @@ exports[`SelectSessionModal snapshot empty modal with leave option 1`] = `
|
||||
onClick={[MockFunction useSelectSessionModalData.closeSessionModal]}
|
||||
variant="tertiary"
|
||||
>
|
||||
Nevermind
|
||||
Never mind
|
||||
</Button>
|
||||
<Button>
|
||||
Confirm Session
|
||||
@@ -103,7 +103,7 @@ exports[`SelectSessionModal snapshot modal with leave option 1`] = `
|
||||
onClick={[MockFunction useSelectSessionModalData.closeSessionModal]}
|
||||
variant="tertiary"
|
||||
>
|
||||
Nevermind
|
||||
Never mind
|
||||
</Button>
|
||||
<Button>
|
||||
Confirm Session
|
||||
@@ -166,7 +166,7 @@ exports[`SelectSessionModal snapshot modal without leave option 1`] = `
|
||||
onClick={[MockFunction useSelectSessionModalData.closeSessionModal]}
|
||||
variant="tertiary"
|
||||
>
|
||||
Nevermind
|
||||
Never mind
|
||||
</Button>
|
||||
<Button>
|
||||
Confirm Session
|
||||
|
||||
@@ -30,7 +30,7 @@ export const messages = StrictDict({
|
||||
nevermind: {
|
||||
id: 'learner-dash.selectSession.nevermind',
|
||||
description: 'Cancel action for select session modal',
|
||||
defaultMessage: 'Nevermind',
|
||||
defaultMessage: 'Never mind',
|
||||
},
|
||||
confirmSession: {
|
||||
id: 'learner-dash.selectSession.confirmSession',
|
||||
|
||||
@@ -13,7 +13,7 @@ exports[`UnenrollConfirmModal ConfirmPane snapshot 1`] = `
|
||||
onClick={[MockFunction props.handleClose]}
|
||||
variant="tertiary"
|
||||
>
|
||||
Nevermind
|
||||
Never mind
|
||||
</Button>
|
||||
<Button
|
||||
onClick={[MockFunction props.handleConfirm]}
|
||||
|
||||
@@ -15,7 +15,7 @@ export const messages = StrictDict({
|
||||
confirmCancel: {
|
||||
id: 'learner-dash.unenrollConfirm.confirm.cancel',
|
||||
description: 'Cancel action for confirm unenroll modal',
|
||||
defaultMessage: 'Nevermind',
|
||||
defaultMessage: 'Never mind',
|
||||
},
|
||||
confirmUnenroll: {
|
||||
id: 'learner-dash.unenrollConfirm.confirm.unenroll',
|
||||
|
||||
Reference in New Issue
Block a user