File tree 2 files changed +4
-4
lines changed
TemplateSettingsPage/TemplateSchedulePage
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -728,8 +728,8 @@ const DefaultTTLHelperText = (props: { ttl?: number }) => {
728
728
729
729
return (
730
730
< span >
731
- Workspaces will default to stopping after { ttl } { hours ( ttl ) } without
732
- activity.
731
+ Workspaces will default to stopping after { ttl } { hours ( ttl ) } . This will be
732
+ extended by 1 hour after last activity in the workspace was detected .
733
733
</ span >
734
734
) ;
735
735
} ;
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ export const DefaultTTLHelperText = (props: { ttl?: number }) => {
15
15
16
16
return (
17
17
< span >
18
- Workspaces will default to stopping after { ttl } { hours ( ttl ) } without
19
- activity.
18
+ Workspaces will default to stopping after { ttl } { hours ( ttl ) } . This will be
19
+ extended by 1 hour after last activity in the workspace was detected .
20
20
</ span >
21
21
) ;
22
22
} ;
You can’t perform that action at this time.
0 commit comments