diff --git a/frontend/src/System/Status/MoreInfo/MoreInfo.js b/frontend/src/System/Status/MoreInfo/MoreInfo.js index 53618d882..95d384fef 100644 --- a/frontend/src/System/Status/MoreInfo/MoreInfo.js +++ b/frontend/src/System/Status/MoreInfo/MoreInfo.js @@ -54,10 +54,14 @@ class MoreInfo extends Component { {translate('IRC')} - #sonarr on Libera + + {translate('IRCLinkText')} + - Libera webchat + + {translate('LiberaWebchat')} + diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index b5320ab95..5a01aea69 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -139,12 +139,14 @@ "InstallLatest": "Install Latest", "Interval": "Interval", "IRC": "IRC", + "IRCLinkText": "#sonarr on Libera", "Language": "Language", "Language that Sonarr will use for UI": "Language that Sonarr will use for UI", "Languages": "Languages", "LastDuration": "Last Duration", "LastExecution": "Last Execution", "LastWriteTime": "Last Write Time", + "LiberaWebchat": "Libera Webchat", "LibraryImport": "Library Import", "Location": "Location", "LogFiles": "Log Files", @@ -189,7 +191,7 @@ "NoSeasons": "No seasons", "NoUpdatesAreAvailable": "No updates are available", "OneSeason": "1 season", - "OnLatestVersion": "The latest version of Radarr is already installed", + "OnLatestVersion": "The latest version of Sonarr is already installed", "Options": "Options", "OriginalLanguage": "Original Language", "PackageVersion": "Package Version",