mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-18 19:54:44 -04:00
Fix typo in IMDb List validation message (#11024)
This commit is contained in:
parent
c821541a2f
commit
e8ca64fabc
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ namespace NzbDrone.Core.ImportLists.RadarrList2.IMDbList
|
|||
{
|
||||
RuleFor(c => c.ListId)
|
||||
.Matches(@"^top250$|^popular$|^ls\d+$|^ur\d+$")
|
||||
.WithMessage("List ID mist be 'top250', 'popular', an IMDb List ID of the form 'ls12345678' or an IMDb user watchlist of the form 'ur12345678'");
|
||||
.WithMessage("List ID must be 'top250', 'popular', an IMDb List ID of the form 'ls12345678' or an IMDb user watchlist of the form 'ur12345678'");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue