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.
2 parents 068b9d6 + 977626a commit 559412aCopy full SHA for 559412a
frontend/src/concepts/pipelines/content/tables/pipelineRun/PipelineRunTableToolbar.tsx
@@ -39,8 +39,8 @@ const PipelineRunTableToolbar: React.FC<PipelineRunJobTableToolbarProps> = ({
39
[FilterOptions.NAME]: (props) => (
40
<TextInput
41
{...props}
42
- aria-label="Search for a scheduled run name"
43
- placeholder="Scheduled run name"
+ aria-label="Search for a triggered run name"
+ placeholder="Triggered run name"
44
/>
45
),
46
[FilterOptions.EXPERIMENT]: (props) => (
0 commit comments