Revert translations on defaultProps for QueueStatus.js

pull/5898/head
Stevie Robinson 1 year ago committed by GitHub
parent bf43453c04
commit 6245e8a552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -154,8 +154,8 @@ QueueStatus.propTypes = {
};
QueueStatus.defaultProps = {
trackedDownloadStatus: translate('Ok'),
trackedDownloadState: translate('Downloading'),
trackedDownloadStatus: 'ok',
trackedDownloadState: 'downloading',
canFlip: false
};

Loading…
Cancel
Save