diff --git a/frontend/src/Settings/Tags/Tags.js b/frontend/src/Settings/Tags/Tags.js index 29b8480f5..453860426 100644 --- a/frontend/src/Settings/Tags/Tags.js +++ b/frontend/src/Settings/Tags/Tags.js @@ -15,7 +15,7 @@ function Tags(props) { if (!items.length) { return (
- {translate('NoTagsHaveBeenAddedYetAddTagsToLinkArtistsWithDelayProfilesRestrictionsOrNotificationsClickLinkTohttpswikiservarrcomlidarrsettingstagshereLinkToFindOutMoreAboutTagsInLidarr')} + {translate('NoTagsHaveBeenAddedYet')}
); } diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 4dfbf403d..27ae36337 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -386,7 +386,7 @@ "NoMinimumForAnyRuntime": "No minimum for any runtime", "None": "None", "NoneData": "No albums will be monitored", - "NoTagsHaveBeenAddedYetAddTagsToLinkArtistsWithDelayProfilesRestrictionsOrNotificationsClickLinkTohttpswikiservarrcomlidarrsettingstagshereLinkToFindOutMoreAboutTagsInLidarr": "No tags have been added yet. Add tags to link artists with delay profiles, restrictions, or notifications. Click here to find out more about tags in Lidarr.", + "NoTagsHaveBeenAddedYet": "No tags have been added yet", "NotificationTriggers": "Notification Triggers", "NoUpdatesAreAvailable": "No updates are available", "OnApplicationUpdate": "On Application Update",