Skip to content

Commit 95138f9

Browse files
[1.x] Changed column header to "Input file" in Notebook Job Definitions (jupyter-server#496) (jupyter-server#501)
* Changed column header to "Input file" in Notebook Job Definitions (jupyter-server#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 * Update Playwright Snapshots --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 34cec53 commit 95138f9

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,
232 Bytes
Loading

0 commit comments

Comments
 (0)