Skip to content

Commit c42bbf7

Browse files
committed
rename fields
1 parent 79675eb commit c42bbf7

File tree

1 file changed

+2
-2
lines changed
  • src/app/(dynamic-pages)/(authenticated-pages)/(application-pages)/project/[projectSlug]/(specific-project-pages)

1 file changed

+2
-2
lines changed

src/app/(dynamic-pages)/(authenticated-pages)/(application-pages)/project/[projectSlug]/(specific-project-pages)/ProjectSettings.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export default function ProjectSettings({ project, repositoryName }: ProjectSett
145145
animate={{ opacity: 1 }}
146146
transition={{ duration: 0.15, delay: 0.4 }}
147147
>
148-
<Label htmlFor="workflow">workflow (digger.yml)</Label>
148+
<Label htmlFor="workflow">digger.yml workflow</Label>
149149
<Controller
150150
name="workflow"
151151
control={control}
@@ -205,7 +205,7 @@ export default function ProjectSettings({ project, repositoryName }: ProjectSett
205205
animate={{ opacity: 1 }}
206206
transition={{ duration: 0.15, delay: 0.4 }}
207207
>
208-
<Label htmlFor="workflow_file">Workflow file (github action workflow)</Label>
208+
<Label htmlFor="workflow_file">Github action workflow Workflow file</Label>
209209
<Controller
210210
name="workflow_file"
211211
control={control}

0 commit comments

Comments
 (0)