Skip to content

Commit

Permalink
Fixed a mispelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
uncheckederror committed Sep 26, 2024
1 parent 2920e7f commit 86cd56e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NumberSearch.Mvc/Views/Cart/Order.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@
<select asp-for="Cart.Order!.SalesEmail" class="custom-select mr-sm-2" id="sales">
@* Remember, also need to update these in Ops! *@
<option value="[email protected]">Support</option>
<option value="[email protected]">Alan</option>
<option value="[email protected]">Allen</option>
<option value="[email protected]">Charlie</option>
<option value="[email protected]">Dan</option>
<option value="[email protected]">Domenic</option>
Expand Down
2 changes: 1 addition & 1 deletion NumberSearch.Ops/Views/Orders/OrderEdit.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
<div class="form-floating mb-3">
<select asp-for="Order.SalesEmail" class="form-select mr-sm-2" id="sales">
<option value="[email protected]">Support</option>
<option value="[email protected]">Alan</option>
<option value="[email protected]">Allen</option>
<option value="[email protected]">Charlie</option>
<option value="[email protected]">Dan</option>
<option value="[email protected]">Domenic</option>
Expand Down

0 comments on commit 86cd56e

Please sign in to comment.