Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfcd2991

Browse files
authored
chore: update language about autostop on templates page (#11552)
* chore: update language about autostop on templates page
1 parent8b61ff3 commitfcd2991

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎site/src/pages/CreateTemplatePage/CreateTemplateForm.tsx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,8 +728,8 @@ const DefaultTTLHelperText = (props: { ttl?: number }) => {
728728

729729
return(
730730
<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 lastactivity in the workspace was detected.
733733
</span>
734734
);
735735
};

‎site/src/pages/TemplateSettingsPage/TemplateSchedulePage/TTLHelperText.tsx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export const DefaultTTLHelperText = (props: { ttl?: number }) => {
1515

1616
return(
1717
<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 lastactivity in the workspace was detected.
2020
</span>
2121
);
2222
};

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp