Remove duplicate label and description text

This commit is contained in:
George Drummond 2019-02-18 09:43:51 -05:00
parent 441125d197
commit aad42b2991
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17
2 changed files with 0 additions and 6 deletions

View File

@ -27,11 +27,6 @@
<div class="usa-input"> <div class="usa-input">
<label>
<div class="usa-input__title">{{ form.date_latest_training.label }}</div>
</label>
<span class="usa-form-hint">{{ "forms.date_hint" | translate }}</span>
{{ DatePicker(form.date_latest_training, mindate=mindate, maxdate=maxdate) }} {{ DatePicker(form.date_latest_training, mindate=mindate, maxdate=maxdate) }}
</div> </div>
</div> </div>

View File

@ -44,7 +44,6 @@ footer:
browser_support: JEDI Cloud supported on these web browsers browser_support: JEDI Cloud supported on these web browsers
jedi_help_link_text: Questions? Contact your CCPO Representative jedi_help_link_text: Questions? Contact your CCPO Representative
forms: forms:
date_hint: "For example: 11 28 1986"
ccpo_review: ccpo_review:
comment_description: Provide instructions or notes for additional information that is necessary to approve the request here. The requestor may then re-submit the updated request or initiate contact outside of AT-AT if further discussion is required. <strong>This message will be shared with the person making the JEDI request.</strong>. comment_description: Provide instructions or notes for additional information that is necessary to approve the request here. The requestor may then re-submit the updated request or initiate contact outside of AT-AT if further discussion is required. <strong>This message will be shared with the person making the JEDI request.</strong>.
comment_label: Instructions or comments comment_label: Instructions or comments