Move text to translations file

This commit is contained in:
leigh-mil 2019-07-19 15:05:57 -04:00
parent 14673ff541
commit 218cc07231
2 changed files with 9 additions and 4 deletions

View File

@ -5,15 +5,15 @@
{% from 'task_orders/form_header.html' import TOFormStepHeader %}
{% set action = url_for("task_orders.submit_task_order", task_order_id=task_order_id) %}
{% set next_button_text = "Next: Confirm & Submit" %}
{% set next_button_text = 'task_orders.form.step_5.next_button' | translate %}
{% set previous_button_link = url_for("task_orders.form_step_four_review", task_order_id=task_order_id) %}
{% set step = "5" %}
{% block to_builder_form_field %}
{{ TOFormStepHeader("Signature confirmation", "Lorem ipsem", task_order_number) }}
{{ TOFormStepHeader('task_orders.form.step_5.title' | translate, 'task_orders.form.step_5.description' | translate, task_order.number) }}
{% call Alert('',
message="All task orders require a Contracting Officer signature."
message="task_orders.form.step_5.alert_message" | translate
) %}
{{ CheckboxInput(form.signature) }}
{% endcall %}

View File

@ -355,6 +355,11 @@ task_orders:
supporting_docs_header: Upload your supporting documentation
supporting_docs_size_limit: Your file may not exceed 1MB
supporting_docs_text: Upload a single PDF containing all relevant information.
step_5:
title: Confirm Signature
description: Finally, plase confirm that your uploaded document representing the information you've entered contains the required signature from your Contracting Officer. You will be informed as soon as CCPO completes their review.
alert_message: All task orders require a Contracting Officer signature.
next_button: 'Next: Confirm & Submit'
sticky_header_text: 'Add Funding ({step} of 5)'
new:
form_help_text: Before you can begin work in the cloud, you'll need to complete the information below and upload your approved task order for reference by the CCPO.
@ -363,7 +368,7 @@ task_orders:
subtitle: Who will be involved in the work funded by this task order?
team_title: Your team
sign:
digital_signature_description: 'I acknowledge that I have read and fully understand the DoD CCPO JEDI agreements and completed all the necessary steps, as detailed in the Federal Acquisition Regulation (FAR).'
digital_signature_description: I acknowledge that the uploaded task order contains the required KO signature.
JEDICLINType:
JEDI_CLIN_1: 'CLIN 1:'
JEDI_CLIN_2: 'CLIN 2: Classified Cloud Services - 0002'