diff --git a/frontend/src/InteractiveSearch/InteractiveSearchRow.tsx b/frontend/src/InteractiveSearch/InteractiveSearchRow.tsx index cf65ac3a2..0a8fb442c 100644 --- a/frontend/src/InteractiveSearch/InteractiveSearchRow.tsx +++ b/frontend/src/InteractiveSearch/InteractiveSearchRow.tsx @@ -139,12 +139,12 @@ function InteractiveSearchRow(props: InteractiveSearchRowProps) { mappedEpisodeNumbers, mappedAbsoluteEpisodeNumbers, mappedEpisodeInfo, - rejections, + rejections = [], episodeRequested, downloadAllowed, isDaily, - isGrabbing, - isGrabbed, + isGrabbing = false, + isGrabbed = false, longDateFormat, timeFormat, grabError, diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 79c9c82af..500eb150f 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -500,7 +500,7 @@ "Global": "Global", "Grab": "Grab", "GrabId": "Grab ID", - "GrabRelease": "GrabRelease", + "GrabRelease": "Grab Release", "GrabReleaseMessageText": "Sonarr was unable to determine which series and episode this release was for. Sonarr may be unable to automatically import this release. Do you want to grab '{title}'?", "GrabSelected": "Grab Selected", "Grabbed": "Grabbed", @@ -925,6 +925,7 @@ "RegularExpressionsCanBeTested": "Regular expressions can be tested [here](http://regexstorm.net/tester).", "RegularExpressionsTutorialLink": "More details on regular expressions can be found [here](https://www.regular-expressions.info/tutorial.html).", "RejectionCount": "Rejection Count", + "Rejections": "Rejections", "RelativePath": "Relative Path", "Release": "Release", "ReleaseGroup": "Release Group",