diff --git a/public/index.html b/public/index.html index 3b10fb4..802ac40 100755 --- a/public/index.html +++ b/public/index.html @@ -1,7 +1,7 @@ - ORA Enhanced Staff Grader | <%= process.env.SITE_NAME %> + ORA staff grading | <%= process.env.SITE_NAME %> diff --git a/src/containers/DemoWarning/__snapshots__/DemoWarning.test.jsx.snap b/src/containers/DemoWarning/__snapshots__/DemoWarning.test.jsx.snap index 2c66010..f100523 100644 --- a/src/containers/DemoWarning/__snapshots__/DemoWarning.test.jsx.snap +++ b/src/containers/DemoWarning/__snapshots__/DemoWarning.test.jsx.snap @@ -16,7 +16,7 @@ exports[`DemoWarning component snapshots snapshot: disabled flag is present 1`]

diff --git a/src/containers/DemoWarning/messages.js b/src/containers/DemoWarning/messages.js index 852fece..c3579d2 100644 --- a/src/containers/DemoWarning/messages.js +++ b/src/containers/DemoWarning/messages.js @@ -10,7 +10,7 @@ const messages = defineMessages({ }, demoModeMessage: { id: 'ora-grading.ReviewModal.demoMessage', - 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.', + 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.', description: 'Demo mode message', }, });