Skip to content

Commit c03be38

Browse files
authored
Update deprecation wave notifications (#1639)
1 parent 27d5d65 commit c03be38

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/javascripts/components/StacksAndMachine/DeprecatedMachineNotification.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ const DeprecatedMachineNotification = (props: Props) => {
3232
if (currentDate < startDate) {
3333
return (
3434
<Notification {...notificationProps}>
35-
Upgrading to newer generation AMD EPYC Zen4 Linux machines, with no extra costs. Standard and Elite Linux
36-
machines will be deprecated and your Workflows will automatically run on newer generation AMD EPYC Zen4 Linux
37-
machines from {startDate.toLocaleDateString()}.{' '}
35+
Upgrading to newer generation AMD EPYC Zen4 Linux machines, with no extra costs. Standard machines will be
36+
deprecated and your Workflows will automatically run on newer generation AMD EPYC Zen4 Linux machines from{' '}
37+
{startDate.toLocaleDateString()}.{' '}
3838
<Link
3939
href="https://docs.google.com/document/d/1DjttMcPHn4c76bVG6_jDQ4RfG08oLTMJ8rusHUA-0gE"
4040
isExternal
@@ -49,8 +49,8 @@ const DeprecatedMachineNotification = (props: Props) => {
4949
return (
5050
<Notification {...notificationProps}>
5151
Your Workflows were automatically switched to newer generation AMD EPYC Zen4 Linux machines, with no extra
52-
costs. To continue using the deprecated Standard and Elite machines until {endDate.toLocaleDateString()}, opt to
53-
extend the transition period in the {startDate.toLocaleDateString()}.{' '}
52+
costs. To continue using the deprecated Standard machine until {endDate.toLocaleDateString()}, opt to extend the
53+
transition period in the {startDate.toLocaleDateString()}.{' '}
5454
<Link href={`/workspaces/${GlobalProps.workspaceSlug()}/settings/apps`} isExternal isUnderlined>
5555
Workspace settings
5656
</Link>
@@ -61,7 +61,7 @@ const DeprecatedMachineNotification = (props: Props) => {
6161
return (
6262
<Notification {...notificationProps}>
6363
Your Workflows are now running on newer generation AMD EPYC Zen4 Linux machines, with no extra costs. If you'd
64-
like to keep using the deprecated Standard and Elite Linux machines, reach out to support.{' '}
64+
like to keep using the deprecated Standard Linux machine, reach out to support.{' '}
6565
<Link
6666
href="https://docs.google.com/document/d/1DjttMcPHn4c76bVG6_jDQ4RfG08oLTMJ8rusHUA-0gE"
6767
isExternal

0 commit comments

Comments
 (0)