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 #196 from AppliedIS/issue123
Browse files Browse the repository at this point in the history
fix "fancy" quotes
  • Loading branch information
klinden committed Dec 1, 2016
2 parents 080bc74 + ae76dbc commit bd764d4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,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 employers 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 check "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 @@ -273,7 +273,7 @@ <h3>Number of Workers With Disabilities</h3>
<div class="form-question-block" ng-class="validate('employer.fiscalQuarterEndDate') ? 'usa-input-error' : ''">
<div class="form-question-text">When did the Employer's most recently completed fiscal quarter end?
<helplink></helplink>
<helptext>Provide the ending date of the employers most recently completed three-month fiscal quarter. For example, if the fiscal year begins on January 1, provide the date of the most recently completed quarter (March 31, June 30, September 30, or December 31).</helptext>
<helptext>Provide the ending date of the employer's most recently completed three-month fiscal quarter. For example, if the fiscal year begins on January 1, provide the date of the most recently completed quarter (March 31, June 30, September 30, or December 31).</helptext>
</div>
<span class="usa-input-error-message" role="alert" ng-show="validate('employer.fiscalQuarterEndDate')">{{ validate('employer.fiscalQuarterEndDate') }}</span>
<fieldset>
Expand Down Expand Up @@ -348,9 +348,9 @@ <h3>Government Contracts</h3>
</fieldset>
</div>
<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-OHara Service Contract Act (SCA)?
<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-OHara 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 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>
</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

0 comments on commit bd764d4

Please sign in to comment.