mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
Fixed: Missing Translates
This commit is contained in:
@@ -26,7 +26,7 @@ function ModalError(props) {
|
||||
messageClassName={styles.message}
|
||||
detailsClassName={styles.details}
|
||||
{...otherProps}
|
||||
message='There was an error loading this item'
|
||||
message={translate('ThereWasAnErrorLoadingThisItem')}
|
||||
/>
|
||||
</ModalBody>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user