mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 22:07:07 -04:00
Revert translations on defaultProps for QueueStatus.js
This commit is contained in:
parent
bf43453c04
commit
6245e8a552
1 changed files with 2 additions and 2 deletions
|
@ -154,8 +154,8 @@ QueueStatus.propTypes = {
|
|||
};
|
||||
|
||||
QueueStatus.defaultProps = {
|
||||
trackedDownloadStatus: translate('Ok'),
|
||||
trackedDownloadState: translate('Downloading'),
|
||||
trackedDownloadStatus: 'ok',
|
||||
trackedDownloadState: 'downloading',
|
||||
canFlip: false
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue