Revert translations on defaultProps for QueueStatus.js

This commit is contained in:
Stevie Robinson 2023-08-13 05:17:50 +02:00 committed by GitHub
parent bf43453c04
commit 6245e8a552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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