mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-31 01:55:41 +01:00
Fixes #723
This commit is contained in:
committed by
Leonardo Galli
parent
91295f50b0
commit
9f2fcebc24
@@ -9,7 +9,7 @@ namespace NzbDrone.Core.Validation.Paths
|
||||
private readonly IMovieService _seriesService;
|
||||
|
||||
public MovieExistsValidator(IMovieService seriesService)
|
||||
: base("This series has already been added")
|
||||
: base("This movie has already been added")
|
||||
{
|
||||
_seriesService = seriesService;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user