Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Add E (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoxley authored Feb 23, 2023
1 parent aa2359e commit e2f8212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FiveOhFirstDataCore/Pages/Utility/TrooperChangeRequest.razor
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<EditForm Model="Model" class="form" Context="dataChangesContext">
<div class="row">
<div class="col">
<h6>Pleas input corrections for any invalid data.</h6>
<h6>Please input corrections for any invalid data.</h6>
</div>
</div>
<ChangeRequestData User="CurrentUser" Model="Model" />
Expand All @@ -31,4 +31,4 @@
<NotAuthorized>
<NotAuthorizedMessage />
</NotAuthorized>
</DynamicAuthorizeView>
</DynamicAuthorizeView>

0 comments on commit e2f8212

Please sign in to comment.