correct some keys
This commit is contained in:
parent
dec6bfb294
commit
aac3ed05c5
|
@ -142,7 +142,7 @@ class Health extends Component {
|
|||
{
|
||||
!healthIssues &&
|
||||
<div className={styles.healthOk}>
|
||||
{translate('NoIssuesWithConfiguration')}
|
||||
{translate('NoIssuesWithYourConfiguration')}
|
||||
</div>
|
||||
}
|
||||
|
||||
|
|
|
@ -182,7 +182,7 @@
|
|||
"NoEventsFound": "No events found",
|
||||
"NoImportListsFound": "No import lists found",
|
||||
"NoIndexersFound": "No indexers found",
|
||||
"NoIssuesWithConfiguration": "No issues with your configuration",
|
||||
"NoIssuesWithYourConfiguration": "No issues with your configuration",
|
||||
"NoLeaveIt": "No, Leave It",
|
||||
"NoLogFiles": "No log files",
|
||||
"NoSeasons": "No seasons",
|
||||
|
|
Loading…
Reference in New Issue