Fix typo in log message and update retroactive tag application localization strings

This commit is contained in:
scphantm 2026-04-20 21:27:24 -04:00
parent 008de06979
commit bd46a88fe4
No known key found for this signature in database
GPG key ID: 3512C53D8C6FC41E
3 changed files with 4 additions and 5 deletions

View file

@ -295,7 +295,7 @@ function EditImportListModalContent({
</FormGroup>
<FormGroup>
<FormLabel>{translate('RadarrRetroactiveApply')}</FormLabel>
<FormLabel>{translate('RetroApplyTags')}</FormLabel>
<FormInputGroup
type={inputTypes.CHECK}

View file

@ -279,7 +279,7 @@ private void RetroApplyTags(ImportListDefinition importList, ImportListItemInfo
if (preCount != series.Tags.Count)
{
_seriesService.UpdateSeries(series);
_logger.Debug("{0} [{1}] Retro-Actively added tags to movie", report.TmdbId, report.Title);
_logger.Debug("{0} [{1}] Retro-Actively added tags to series", report.TmdbId, report.Title);
}
}
}

View file

@ -1871,9 +1871,8 @@
"Result": "Result",
"Retention": "Retention",
"RetentionHelpText": "Usenet only: Set to zero to set for unlimited retention",
"RadarrRetroactiveApply": "Retro-Apply Tags",
"RetroApplyListTagsHelpText": "Retro-Actively apply tags to series already in Sonarr",
"RetroApplyTags": "Retro-Actively Apply Tags",
"RetroApplyListTagsHelpText": "Retroactively apply tags to series already in {appName}",
"RetroApplyTags": "Retroactively Apply Tags",
"RetryingDownloadOn": "Retrying download on {date} at {time}",
"RootFolder": "Root Folder",
"RootFolderEmptyHealthCheckMessage": "Empty root folder: {rootFolderPath}",