mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Frontend string cleanup
This commit is contained in:
@@ -397,7 +397,7 @@ class IndexerIndex extends Component {
|
||||
{
|
||||
!isFetching && !!error &&
|
||||
<div className={styles.errorMessage}>
|
||||
{getErrorMessage(error, 'Failed to load movie from API')}
|
||||
{getErrorMessage(error, 'Failed to load indexers from API')}
|
||||
</div>
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user