New: Activity Queue: Rename Timeleft column to Time Left

This commit is contained in:
Nathaniel Peiffer 2021-06-22 13:37:00 +10:00 committed by GitHub
parent 2f366bc3b7
commit 2ddf131e1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ export const defaultState = {
},
{
name: 'estimatedCompletionTime',
label: 'Timeleft',
label: 'Time Left',
isSortable: true,
isVisible: true
},