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