Skip to content

Commit 0db4005

Browse files
Apply suggestions from code review
Co-authored-by: George Tsiolis <[email protected]>
1 parent 651620d commit 0db4005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dashboard/src/projects/ProjectSettings.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export default function ProjectSettingsView() {
151151
hint={
152152
enablePrebuilds ? (
153153
<span>
154-
Make sure to push a <code>.gitpod.yml</code> file to the repository.{" "}
154+
Prebuilds will run for any <code>before</code> or <code>init</code> tasks.{" "}
155155
<a
156156
className="gp-link"
157157
target="_blank"
@@ -162,7 +162,7 @@ export default function ProjectSettingsView() {
162162
</a>
163163
</span>
164164
) : (
165-
"Requires permissions to create and manage repository webhooks."
165+
"Requires permissions to configure repository webhooks."
166166
)
167167
}
168168
checked={enablePrebuilds}

0 commit comments

Comments
 (0)