@@ -69,11 +69,15 @@ export const ScheduleDialog: FC<ScheduleDialogProps> = ({
69
69
< p css = { styles . dialogDescription } >
70
70
This change will result in{ " " }
71
71
< strong > { inactiveWorkspacesToGoDormant } </ strong > { " " }
72
- { inactiveWorkspacesToGoDormant === 1 ? "workspace" : "workspaces" } { " " }
72
+ { inactiveWorkspacesToGoDormant === 1
73
+ ? "workspace"
74
+ : "workspaces" } { " " }
73
75
being immediately transitioned to the dormant state and{ " " }
74
76
< strong > { inactiveWorkspacesToGoDormantInWeek } </ strong > { " " }
75
- { inactiveWorkspacesToGoDormantInWeek === 1 ? "workspace" : "workspaces" } over the
76
- next 7 days. To prevent this, do you want to reset the
77
+ { inactiveWorkspacesToGoDormantInWeek === 1
78
+ ? "workspace"
79
+ : "workspaces" } { " " }
80
+ over the next 7 days. To prevent this, do you want to reset the
77
81
inactivity period for all template workspaces?
78
82
</ p >
79
83
< FormControlLabel
@@ -97,12 +101,16 @@ export const ScheduleDialog: FC<ScheduleDialogProps> = ({
97
101
< p css = { styles . dialogDescription } >
98
102
This change will result in{ " " }
99
103
< strong > { dormantWorkspacesToBeDeleted } </ strong > { " " }
100
- { dormantWorkspacesToBeDeleted === 1 ? "workspace" : "workspaces" } { " " }
104
+ { dormantWorkspacesToBeDeleted === 1
105
+ ? "workspace"
106
+ : "workspaces" } { " " }
101
107
being immediately deleted and{ " " }
102
108
< strong > { dormantWorkspacesToBeDeletedInWeek } </ strong > { " " }
103
- { dormantWorkspacesToBeDeletedInWeek === 1 ? "workspace" : "workspaces" } over the
104
- next 7 days. To prevent this, do you want to reset the dormancy
105
- period for all template workspaces?
109
+ { dormantWorkspacesToBeDeletedInWeek === 1
110
+ ? "workspace"
111
+ : "workspaces" } { " " }
112
+ over the next 7 days. To prevent this, do you want to reset the
113
+ dormancy period for all template workspaces?
106
114
</ p >
107
115
< FormControlLabel
108
116
css = { { marginTop : 16 } }
0 commit comments