Skip to content

Commit 4678d6f

Browse files
gtsiolisroboquat
authored andcommitted
Update project settings preference copy
Minor copy update for the preference option for canceling prebuilds on outdated commits in project settings
1 parent c43a6c9 commit 4678d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/projects/ProjectSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export default function () {
130130
/>
131131
<CheckBox
132132
title={<span>Cancel Prebuilds on Outdated Commits </span>}
133-
desc={<span>Cancels all pending and running prebuilds on the branch when a new commit is pushed.</span>}
133+
desc={<span>Cancel pending or running prebuilds on the same branch when new commits are pushed.</span>}
134134
checked={!projectSettings.keepOutdatedPrebuildsRunning}
135135
onChange={toggleCancelOutdatedPrebuilds}
136136
/>

0 commit comments

Comments
 (0)