Skip to content

Commit 4d78365

Browse files
authored
Fix casing in setup page (#17461)
1 parent d97390f commit 4d78365

File tree

1 file changed

+2
-2
lines changed
  • src/OrchardCore.Modules/OrchardCore.Setup/Views/Setup

1 file changed

+2
-2
lines changed

src/OrchardCore.Modules/OrchardCore.Setup/Views/Setup/Index.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185

186186
<div class="row connectionString" asp-validation-class-for="ConnectionString">
187187
<div class="mb-3 col-md-12">
188-
<label asp-for="ConnectionString" class="form-label">@T["Connection string"]</label>
188+
<label asp-for="ConnectionString" class="form-label">@T["Connection String"]</label>
189189
<div class="input-group mb-2 mb-sm-0">
190190
<input asp-for="ConnectionString" class="form-control pwd" type="password" required />
191191
<button type="button" id="toggleConnectionString" class="btn btn-secondary" tabindex="-1" aria-hidden="true" title="@T["Show/hide connection string"]"><i class="icon fa fa-eye"></i></button>
@@ -209,7 +209,7 @@
209209
<span class="text-muted form-text small">@T["The super user has all the rights. It should be used only during Setup and for disaster recovery."]</span>
210210
<div class="row">
211211
<div class="mb-3 col-md-6" asp-validation-class-for="UserName">
212-
<label asp-for="UserName" class="form-label">@T["User name"]</label>
212+
<label asp-for="UserName" class="form-label">@T["User Name"]</label>
213213
<input asp-for="UserName" class="form-control" required />
214214
<span asp-validation-for="UserName" class="text-danger"></span>
215215
</div>

0 commit comments

Comments
 (0)