Skip to content

Commit 559412a

Browse files
Merge pull request opendatahub-io#1647 from DaoDaoNoCode/upstream-issue-1638
Fix placeholder text in triggered run search input
2 parents 068b9d6 + 977626a commit 559412a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/concepts/pipelines/content/tables/pipelineRun/PipelineRunTableToolbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ const PipelineRunTableToolbar: React.FC<PipelineRunJobTableToolbarProps> = ({
3939
[FilterOptions.NAME]: (props) => (
4040
<TextInput
4141
{...props}
42-
aria-label="Search for a scheduled run name"
43-
placeholder="Scheduled run name"
42+
aria-label="Search for a triggered run name"
43+
placeholder="Triggered run name"
4444
/>
4545
),
4646
[FilterOptions.EXPERIMENT]: (props) => (

0 commit comments

Comments
 (0)