Skip to content

Commit

Permalink
Merge pull request ais-open#159 from 18F/mgwalker-patch-2
Browse files Browse the repository at this point in the history
Minor text fixes
  • Loading branch information
mgwalker committed Aug 30, 2017
2 parents f76db52 + 19975c1 commit 380a4e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h3 ng-show="data.mostRecentPrevailingWageSurvey.sourceEmployers.length">Source
Brief Description of Job/Task
</answer-field>
<answer-field answer="employer.experiencedWorkerWageProvided">
Experience Worker Wage Provided
Experienced Worker Wage Provided
</answer-field>
<answer-field answer="employer.conclusionWageRateNotBasedOnEntry">
Basis for Conclusion Wage Rate is Not Based on Entry
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ <h3>Employer Information</h3>
<div class="form-question-block" ng-class="validate(['employer.employerStatusId', 'employer.employerStatusOther']) ? 'usa-input-error' : ''">
<div class="form-question-text">Employer Status
<helplink></helplink>
<helptext>Select the option that describes the employer's status. For example, a SWEP operated by a public school system should check "Public."</helptext>
<helptext>Select the option that describes the employer's status. For example, a SWEP operated by a public school system should select "Public."</helptext>
</div>
<span class="usa-input-error-message" role="alert" ng-show="validate('employer.employerStatusId')">{{ validate('employer.employerStatusId') }}</span>
<fieldset class="usa-fieldset-inputs form-question-answer">
Expand Down Expand Up @@ -349,7 +349,7 @@ <h3>Government Contracts</h3>
<div class="form-question-block" ng-class="validate('employer.scaId') ? 'usa-input-error' : ''">
<div class="form-question-text">Does this employer currently hold any contracts covered by the McNamara-O'Hara Service Contract Act (SCA)?
<helplink></helplink>
<helptext>Make the appropriate selection if the employer has, or intends to receive, any contracts with the McNamara-O'Hara Service Contract Act (SCA). If the employer had one or more SCA-covered contracts during the last completed fiscal quarter, provide the total number of SCA contracts and attach the SCA Wage Determinations for each contract. Additional information about contracts with the Federal Government can be found at <a href="www.dol.gov/whd/govcontracts/">www.dol.gov/whd/govcontracts/</a>.</helptext>
<helptext>Make the appropriate selection if the employer has, or intends to receive, any contracts with the McNamara-O'Hara Service Contract Act (SCA). If the employer had one or more SCA-covered. Additional information about contracts with the Federal Government can be found at <a href="www.dol.gov/whd/govcontracts/">www.dol.gov/whd/govcontracts/</a>.</helptext>
</div>
<span class="usa-input-error-message" role="alert" ng-show="validate('employer.scaId')">{{ validate('employer.scaId') }}</span>
<fieldset class="usa-fieldset-inputs form-question-answer">
Expand Down Expand Up @@ -423,7 +423,7 @@ <h3>Additional Questions</h3>
<div class="form-question-block" ng-class="validate('employer.takeCreditForCosts') ? 'usa-input-error' : ''">
<div class="form-question-text">Did the employer take credit for the cost of providing facilities, such as board, lodging, and transportation, toward meeting the minimum wage or subminimum wage obligations during the most recently completed fiscal quarter?
<helplink></helplink>
<helptext>Indicate if the employer provided facilities such as lodging, board, and transportation to any employee, and took credit for those costs toward meeting the minimum wage or subminimum wage obligations to employees with disabilities during the most recently completed fiscal quarter. See 29 C.F.R. § 531 and 29 C.F.R. &sect; 516. Provide a brief description of the type of deduction taken by the employer (e.g., transportation, rent, meals).</helptext>
<helptext>Indicate if the employer provided facilities such as lodging, board, and transportation to any employee, and took credit for those costs toward meeting the minimum wage or subminimum wage obligations to employees with disabilities during the most recently completed fiscal quarter. See 29 C.F.R. § 531 and 29 C.F.R. &sect; 516.</helptext>
</div>
<span class="usa-input-error-message" role="alert" ng-show="validate('employer.takeCreditForCosts')">{{ validate('employer.takeCreditForCosts') }}</span>
<fieldset class="usa-fieldset-inputs form-question-answer">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
</div>

<div ng-class="vm.validateActiveSourceEmployerProperty('experiencedWorkerWageProvided') ? 'usa-input-error' : ''">
<label for="sourceEmployerWage">Experience Worker Wage Provided</label>
<label for="sourceEmployerWage">Experienced Worker Wage Provided</label>
<span class="usa-input-error-message" role="alert" ng-show="vm.validateActiveSourceEmployerProperty('experiencedWorkerWageProvided')">{{ vm.validateActiveSourceEmployerProperty('experiencedWorkerWageProvided') }}</span>
<input id="sourceEmployerWage" name="sourceEmployerWage" type="number" class="wage-rate" min="0" step="0.01" ng-model="vm.activeSourceEmployer.experiencedWorkerWageProvided">
</div>
Expand Down

0 comments on commit 380a4e1

Please sign in to comment.