Skip to content

Commit a808834

Browse files
committed
Rename "Input filename" -> "Input file" in Job Def Table to be consistent
1 parent 44a95c7 commit a808834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mainviews/list-jobs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ function ListJobDefinitionsTable(props: ListJobDefinitionsTableProps) {
226226
},
227227
{
228228
sortField: 'input_filename',
229-
name: trans.__('Input filename')
229+
name: trans.__('Input file')
230230
},
231231
{
232232
sortField: 'create_time',

0 commit comments

Comments
 (0)