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

Commit

Permalink
Small grammar fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferey committed Nov 16, 2016
1 parent 78bb49d commit 26d51d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="form-question-text">
How many workers did the employer pay {{ paytype === 'hourly' ? 'hourly' : 'on a piece rate basis'}}?
<helplink></helplink>
<helptext>Count the total number of workers paid an {{ paytype === 'hourly' ? 'hourly' : 'piece rate'}} subminimum wage rate at any time during the most recently completed fiscalquarter that ended on the date listed in Item 7(a).</helptext>
<helptext>Count the total number of workers paid {{ paytype === 'an hourly' ? 'hourly' : 'a piece rate'}} subminimum wage rate at any time during the most recently completed fiscalquarter that ended on the date listed in Item 7(a).</helptext>
</div>
<span class="usa-input-error-message" role="alert" ng-show="validate(modelPrefix() + '.numWorkers')">{{ validate(modelPrefix() + '.numWorkers') }}</span>
<div class="form-question-answer">
Expand Down

0 comments on commit 26d51d8

Please sign in to comment.