correct some keys
This commit is contained in:
parent
dec6bfb294
commit
aac3ed05c5
|
@ -51,13 +51,13 @@ class LogsNavMenu extends Component {
|
||||||
<MenuItem
|
<MenuItem
|
||||||
to={'/system/logs/files'}
|
to={'/system/logs/files'}
|
||||||
>
|
>
|
||||||
{translate('Log Files')}
|
{translate('LogFiles')}
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
|
|
||||||
<MenuItem
|
<MenuItem
|
||||||
to={'/system/logs/files/update'}
|
to={'/system/logs/files/update'}
|
||||||
>
|
>
|
||||||
{translate('Updater Log Files')}
|
{translate('UpdaterLogFiles')}
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
</MenuContent>
|
</MenuContent>
|
||||||
</Menu>
|
</Menu>
|
||||||
|
|
|
@ -142,7 +142,7 @@ class Health extends Component {
|
||||||
{
|
{
|
||||||
!healthIssues &&
|
!healthIssues &&
|
||||||
<div className={styles.healthOk}>
|
<div className={styles.healthOk}>
|
||||||
{translate('NoIssuesWithConfiguration')}
|
{translate('NoIssuesWithYourConfiguration')}
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue