Skip to content

Commit

Permalink
Refactor head count error message to match monthly active users error
Browse files Browse the repository at this point in the history
  • Loading branch information
jantoun-scottlogic committed Jun 11, 2024
1 parent c114b3e commit 5b2012a
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
min="1"
aria-describedby="headCountError" />
@if (headCount?.invalid && (headCount?.dirty || headCount?.touched)) {
<p class="tce-text-error-red tce-flex tce-gap-1" aria-live="polite" id="headCountError">
<span class="material-icons-outlined tce-flex">error</span>The number of employees must be greater than 0.
</p>
<div class="tce-text-error-red tce-flex tce-gap-1" aria-live="polite" id="headCountError">
<span class="material-icons-outlined tce-flex">error</span>
<p>The number of employees must be greater than 0.</p>
</div>
}
</div>

Expand Down

0 comments on commit 5b2012a

Please sign in to comment.