Skip to content

Commit

Permalink
Merge pull request #1999 from artmedia/patch-1
Browse files Browse the repository at this point in the history
typo correction for closing tag
  • Loading branch information
sbwalker authored Feb 15, 2022
2 parents 4071e14 + c33d1bc commit a84b497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Oqtane.Client/Modules/Admin/UserProfile/Add.razor
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Label Class="col-sm-3" For="to" HelpText="Enter the username you wish to send a message to" ResourceKey="To">To: </Label>
<div class="col-sm-9">
<input id="to" class="form-control" @bind="@username" />
</div> >
</div>
</div>
<div class="row mb-1 align-items-center">
<Label Class="col-sm-3" For="subject" HelpText="Enter the subject of the message" ResourceKey="Subject">Subject: </Label>
Expand Down

0 comments on commit a84b497

Please sign in to comment.