mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 15:56:05 -07:00
Fixed typo #1134
This commit is contained in:
parent
71cf42d59c
commit
7823265803
1 changed files with 1 additions and 1 deletions
|
@ -982,7 +982,7 @@ namespace Ombi.UI.Modules
|
||||||
return
|
return
|
||||||
Response.AsJson(new JsonResponseModel
|
Response.AsJson(new JsonResponseModel
|
||||||
{
|
{
|
||||||
Message = "Could not add movie, please contract your administrator",
|
Message = "Could not add movie, please contac your administrator",
|
||||||
Result = false
|
Result = false
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue