diff --git a/frontend/src/System/Logs/LogsNavMenu.js b/frontend/src/System/Logs/LogsNavMenu.js index 6c9103e89..923e4f41c 100644 --- a/frontend/src/System/Logs/LogsNavMenu.js +++ b/frontend/src/System/Logs/LogsNavMenu.js @@ -51,13 +51,13 @@ class LogsNavMenu extends Component { - {translate('Log Files')} + {translate('LogFiles')} - {translate('Updater Log Files')} + {translate('UpdaterLogFiles')} diff --git a/frontend/src/System/Status/Health/Health.js b/frontend/src/System/Status/Health/Health.js index 21a84ce3e..99e234d3b 100644 --- a/frontend/src/System/Status/Health/Health.js +++ b/frontend/src/System/Status/Health/Health.js @@ -142,7 +142,7 @@ class Health extends Component { { !healthIssues &&
- {translate('NoIssuesWithConfiguration')} + {translate('NoIssuesWithYourConfiguration')}
} diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 87b7c2791..9537e9bac 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -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",