Update No Tag string

Fixes #3024
This commit is contained in:
Qstick 2022-10-22 22:02:05 -05:00
parent ab0cd623d2
commit 215df9c910
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ function Tags(props) {
if (!items.length) {
return (
<div>
{translate('NoTagsHaveBeenAddedYetAddTagsToLinkArtistsWithDelayProfilesRestrictionsOrNotificationsClickLinkTohttpswikiservarrcomlidarrsettingstagshereLinkToFindOutMoreAboutTagsInLidarr')}
{translate('NoTagsHaveBeenAddedYet')}
</div>
);
}

View file

@ -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 <Link to='https://wiki.servarr.com/lidarr/settings#tags'>here</Link> 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",