Skip to content

Commit 24c9bae

Browse files
ghuntleygtsiolis
andcommitted
[dashboard] reduced sentence length
Co-authored-by: George Tsiolis <[email protected]>
1 parent 685dad8 commit 24c9bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/components/workspaces.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ class Workspaces extends React.Component<WorkspacesProps, WorkspacesState> {
273273
<Grid item xs={12}>
274274
<Paper className="gc-message">
275275
<Typography component="p" >
276-
Unused workspaces are automatically deleted after {this.state.configuration.daysBeforeGarbageCollection} days of inactivity. To prevent a workspace from being deleted, you can pin it. <a href="https://www.gitpod.io/docs/life-of-workspace/#garbage-collection">Learn more.</a>
276+
Unpinned workspaces that have been stopped for more than {this.state.configuration.daysBeforeGarbageCollection} days will be automatically deleted. <a href="https://www.gitpod.io/docs/life-of-workspace/#garbage-collection">Learn more about Garbage Collection</a>
277277
</Typography>
278278
<Button key='dismiss-gc-message' className='button' variant='outlined' color='secondary'
279279
onClick={() => {

0 commit comments

Comments
 (0)