correct some keys

This commit is contained in:
Stevie Robinson 2023-07-16 22:39:01 +02:00
parent dec6bfb294
commit aac3ed05c5
3 changed files with 4 additions and 4 deletions

View File

@ -142,7 +142,7 @@ class Health extends Component {
{ {
!healthIssues && !healthIssues &&
<div className={styles.healthOk}> <div className={styles.healthOk}>
{translate('NoIssuesWithConfiguration')} {translate('NoIssuesWithYourConfiguration')}
</div> </div>
} }

View File

@ -182,7 +182,7 @@
"NoEventsFound": "No events found", "NoEventsFound": "No events found",
"NoImportListsFound": "No import lists found", "NoImportListsFound": "No import lists found",
"NoIndexersFound": "No indexers found", "NoIndexersFound": "No indexers found",
"NoIssuesWithConfiguration": "No issues with your configuration", "NoIssuesWithYourConfiguration": "No issues with your configuration",
"NoLeaveIt": "No, Leave It", "NoLeaveIt": "No, Leave It",
"NoLogFiles": "No log files", "NoLogFiles": "No log files",
"NoSeasons": "No seasons", "NoSeasons": "No seasons",