Skip to content

Commit 908770a

Browse files
iQQBotgtsiolis
andauthored
Apply suggestions from code review
Co-authored-by: George Tsiolis <[email protected]>
1 parent bd68dad commit 908770a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

components/dashboard/src/user-settings/Preferences.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,10 @@ export default function Preferences() {
9292

9393
<h3 className="mt-12">Inactivity Timeout </h3>
9494
<p className="text-base text-gray-500 dark:text-gray-400">
95-
By default, workspaces stop following 30 minutes without user input (e.g. keystrokes or terminal
96-
input commands). You can increase the workspace timeout up to a maximum of 24 hours.
95+
Workspaces will stop after a period of inactivity without any user input.
9796
</p>
9897
<div className="mt-4 max-w-xl">
99-
<h4>Default Workspace Inactivity Timeout</h4>
98+
<h4>Default Workspace Timeout</h4>
10099

101100
{!allowConfigureWorkspaceTimeout && (
102101
<Alert type="message">

0 commit comments

Comments
 (0)