Browse Source

spelling mistake

confirmation-email
Milad Karbasizadeh 11 years ago
parent
commit
6befea7871
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Sevomin.WebFrontend/Views/Shared/JobParameterViewModel.cshtml

+ 1
- 1
Sevomin.WebFrontend/Views/Shared/JobParameterViewModel.cshtml View File

@ -1,6 +1,6 @@
@model Sevomin.Models.JobParameterViewModel @model Sevomin.Models.JobParameterViewModel
@{ string paramId = string.Format("value-{0}", Model.ParameterId.ToString()); @{ string paramId = string.Format("value-{0}", Model.ParameterId.ToString());
string muscowId = string.Format("muscow-{0}", Model.ParameterId.ToString()); }
string muscowId = string.Format("moscow-{0}", Model.ParameterId.ToString()); }
@Html.Label(Model.ParameterName) @Html.Label(Model.ParameterName)
<div class="form-group"> <div class="form-group">
@switch (Model.DisplayMethod) @switch (Model.DisplayMethod)


Loading…
Cancel
Save