Skip to content

Commit dcd62eb

Browse files
committed
chore(site): update time until shutdown tooltip language
1 parent 76e7328 commit dcd62eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspaceSettingsPage/WorkspaceSchedulePage/WorkspaceScheduleForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,6 @@ export const ttlShutdownAt = (formTTL: number): string => {
458458
return `Your workspace will shut down ${formatDuration(
459459
intervalToDuration({ start: 0, end: formTTL * 60 * 60 * 1000 }),
460460
{ delimiter: " and " },
461-
)} after its next start. We delay shutdown by this time whenever we detect activity.`;
461+
)} after its next start. We delay shutdown by an additional 1 hour whenever we detect activity.`;
462462
}
463463
};

0 commit comments

Comments
 (0)