Skip to content

Commit 07c3fe3

Browse files
authored
Changed column header to "Input file" in Notebook Job Definitions (#496)
* Changed column header to Input file in Notebook Job Definitions * Update list-jobs.tsx for column header change in Notebook Jobs table Changed the column headers for the inout file in both Notebook Jobs and Notebook Job Definitions to 'Input filename" - we choose “filename” over “file” is because we don’t show the absolute or relative path, just the name of the file in any directory. * Updated E2E snapshots for test
1 parent 72125a1 commit 07c3fe3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/mainviews/list-jobs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export function ListJobsTable(props: IListJobsTableProps): JSX.Element {
119119
},
120120
{
121121
sortField: 'input_filename',
122-
name: trans.__('Input file')
122+
name: trans.__('Input filename')
123123
},
124124
{
125125
sortField: null,
10.4 KB
Loading

0 commit comments

Comments
 (0)