mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 08:28:50 +01: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 @@ public IMDbSettingsValidator()
|
|||
{
|
||||
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…
Reference in a new issue