Skip to content

Commit 0a90024

Browse files
authored
feat: Update Demo Mode banner (openedx#105)
* chore: Update MFE page title * feat: Demo mode banner includes end date and call to action
1 parent 91d06e9 commit 0a90024

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<html lang="en-us" dir="ltr">
33
<head>
4-
<title>ORA Enhanced Staff Grader | <%= process.env.SITE_NAME %></title>
4+
<title>ORA staff grading | <%= process.env.SITE_NAME %></title>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<link rel="shortcut icon" href="<%=htmlWebpackPlugin.options.FAVICON_URL%>" type="image/x-icon" />

src/containers/DemoWarning/__snapshots__/DemoWarning.test.jsx.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exports[`DemoWarning component snapshots snapshot: disabled flag is present 1`]
1616
</Alert.Heading>
1717
<p>
1818
<FormattedMessage
19-
defaultMessage="You are using the Demo Mode of the new Enhanced ORA Staff Grader interface. You will be unable to submit grades until you activate the feature."
19+
defaultMessage="You are demoing the new ORA staff grading experience. You will be unable to submit grades until you activate the feature. This will become the default grading experience on May 9th (05/09/2022). To opt-in early, or opt-out, please contact Partner Support."
2020
description="Demo mode message"
2121
id="ora-grading.ReviewModal.demoMessage"
2222
/>

src/containers/DemoWarning/messages.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const messages = defineMessages({
1010
},
1111
demoModeMessage: {
1212
id: 'ora-grading.ReviewModal.demoMessage',
13-
defaultMessage: 'You are using the Demo Mode of the new Enhanced ORA Staff Grader interface. You will be unable to submit grades until you activate the feature.',
13+
defaultMessage: 'You are demoing the new ORA staff grading experience. You will be unable to submit grades until you activate the feature. This will become the default grading experience on May 9th (05/09/2022). To opt-in early, or opt-out, please contact Partner Support.',
1414
description: 'Demo mode message',
1515
},
1616
});

0 commit comments

Comments
 (0)