From 0a90024de902d8147fe65a30df7dfabed9e1cd18 Mon Sep 17 00:00:00 2001 From: Matthew Carter Date: Wed, 27 Apr 2022 12:55:10 -0400 Subject: [PATCH] feat: Update Demo Mode banner (#105) * chore: Update MFE page title * feat: Demo mode banner includes end date and call to action --- public/index.html | 2 +- .../DemoWarning/__snapshots__/DemoWarning.test.jsx.snap | 2 +- src/containers/DemoWarning/messages.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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', }, });