mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixed a typo.
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Orchard.Email.Forms {
|
||||
|
||||
form._Type._Priority.Add(new SelectListItem { Value = "-50", Text = T("Low").Text });
|
||||
form._Type._Priority.Add(new SelectListItem { Value = "0", Text = T("Normal").Text });
|
||||
form._Type._Priority.Add(new SelectListItem { Value = "50", Text = T("Hight").Text });
|
||||
form._Type._Priority.Add(new SelectListItem { Value = "50", Text = T("High").Text });
|
||||
|
||||
return form;
|
||||
};
|
||||
|
Reference in New Issue
Block a user