Fixing "Valitator" typos

This commit is contained in:
Lombiq
2019-08-22 20:14:54 +02:00
committed by Benedek Farkas
parent 039335f79d
commit c34c00ef49
5 changed files with 5 additions and 5 deletions

View File

@@ -103,7 +103,7 @@ namespace Orchard.Projections.Providers.Layouts {
}
}
public class GridLayoutFormsValitator : FormHandler {
public class GridLayoutFormsValidator : FormHandler {
public Localizer T { get; set; }
public override void Validating(ValidatingContext context) {

View File

@@ -65,7 +65,7 @@ namespace Orchard.Projections.Providers.Layouts {
}
}
public class ListLayoutFormsValitator : FormHandler {
public class ListLayoutFormsValidator : FormHandler {
public Localizer T { get; set; }
public override void Validating(ValidatingContext context) {

View File

@@ -42,7 +42,7 @@ namespace Orchard.Projections.Providers.SortCriteria {
}
}
public class SortCriterionFormValitator : FormHandler {
public class SortCriterionFormValidator : FormHandler {
public Localizer T { get; set; }
public override void Validating(ValidatingContext context) {

View File

@@ -65,7 +65,7 @@ namespace Orchard.Rules.Providers {
}
}
public class ScheduleFormsValitator : FormHandler {
public class ScheduleFormsValidator : FormHandler {
public Localizer T { get; set; }
public override void Validating(ValidatingContext context) {

View File

@@ -46,7 +46,7 @@ namespace Orchard.Workflows.Forms {
}
}
public class ScheduleFormsValitator : FormHandler {
public class ScheduleFormsValidator : FormHandler {
public Localizer T { get; set; }
public override void Validating(ValidatingContext context) {