1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-03 13:45:02 +00:00

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

View file

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