We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43a6c9 commit 4678d6fCopy full SHA for 4678d6f
components/dashboard/src/projects/ProjectSettings.tsx
@@ -130,7 +130,7 @@ export default function () {
130
/>
131
<CheckBox
132
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>}
+ desc={<span>Cancel pending or running prebuilds on the same branch when new commits are pushed.</span>}
134
checked={!projectSettings.keepOutdatedPrebuildsRunning}
135
onChange={toggleCancelOutdatedPrebuilds}
136
0 commit comments