1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02: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
},