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

Commit

Permalink
Merge pull request #144 from AppliedIS/fix-wagetext
Browse files Browse the repository at this point in the history
Small wording fix
  • Loading branch information
jefferey committed Nov 17, 2016
2 parents 67c88e0 + 26d51d8 commit b36eac9
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 <strong>TO DO: HOURLY/PIECE RATE</strong> 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 b36eac9

Please sign in to comment.