Skip to content

Commit

Permalink
Shorten the Scratch maintenance message
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Aug 9, 2023
1 parent 537b548 commit 3e8d884
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/playground/render-interface.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ import {isRendererSupported, isBrowserSupported} from '../lib/tw-environment-sup
import AddonChannels from '../addons/channels';
import {loadServiceWorker} from './load-service-worker';
import runAddons from '../addons/entry';
import {APP_NAME} from '../lib/brand';

import styles from './interface.css';

Expand Down Expand Up @@ -329,10 +330,13 @@ class Interface extends React.Component {
{/* This will be here a few weeks, so we can translate it */}
<FormattedMessage
// eslint-disable-next-line max-len
defaultMessage="Parts of TurboWarp may be temporarily unavailable due to upcoming Scratch maintenance"
defaultMessage="Upcoming Scratch maintenance may affect parts of {APP_NAME}"
// eslint-disable-next-line max-len
description="Temporary message with a link to learn about upcoming Scratch maintenance"
id="tw.aug23downtime"
values={{
APP_NAME
}}
/>
</a>
</p>
Expand Down

0 comments on commit 3e8d884

Please sign in to comment.