mirror of
https://github.com/Radarr/Radarr
synced 2025-12-22 00:05:15 +01:00
Fixes #723
This commit is contained in:
parent
91295f50b0
commit
9f2fcebc24
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ public class MovieExistsValidator : PropertyValidator
|
|||
private readonly IMovieService _seriesService;
|
||||
|
||||
public MovieExistsValidator(IMovieService seriesService)
|
||||
: base("This series has already been added")
|
||||
: base("This movie has already been added")
|
||||
{
|
||||
_seriesService = seriesService;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue