Revert translations on defaultProps for QueueStatus.js
This commit is contained in:
parent
bf43453c04
commit
6245e8a552
|
@ -154,8 +154,8 @@ QueueStatus.propTypes = {
|
|||
};
|
||||
|
||||
QueueStatus.defaultProps = {
|
||||
trackedDownloadStatus: translate('Ok'),
|
||||
trackedDownloadState: translate('Downloading'),
|
||||
trackedDownloadStatus: 'ok',
|
||||
trackedDownloadState: 'downloading',
|
||||
canFlip: false
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue