@@ -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