Skip to content

Commit fd08c15

Browse files
committed
Fix: Label renaming
Closes #121
1 parent 4c11e99 commit fd08c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/projects/[id]/workflows/[workflowId]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@
460460
</select>
461461
</div>
462462
<div class="mb-3">
463-
<label for="workerInit" class="form-label">Input data</label>
463+
<label for="workerInit" class="form-label">Worker initialization (Optional)</label>
464464
<textarea name="workerInit" id="workerInit" class="form-control font-monospace" rows="5" disabled={checkingConfiguration} bind:value={workerInitControl}></textarea>
465465
</div>
466466
</form>

0 commit comments

Comments
 (0)