Frontend string cleanup

This commit is contained in:
Qstick
2021-03-02 00:36:28 -05:00
parent 1c1144f8c5
commit cd17d419ac
4 changed files with 15 additions and 11 deletions

View File

@@ -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>
}