From ea6c8b77bc9ff4934a1d3542b4497d55b4b80630 Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Wed, 24 Jul 2019 13:16:12 -0400 Subject: [PATCH] Update copy --- templates/task_orders/step_3.html | 4 ++-- translations.yaml | 29 +++++++++++++++-------------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/templates/task_orders/step_3.html b/templates/task_orders/step_3.html index b027b18c..42da056e 100644 --- a/templates/task_orders/step_3.html +++ b/templates/task_orders/step_3.html @@ -57,7 +57,7 @@ inline-template>
- Base CLIN Information + {{ 'task_orders.form.base_clin_title' | translate }}
@@ -317,7 +317,7 @@ inline-template v-bind:initial-clin-count="{{ form.clins.data | length }}">
- {{ TOFormStepHeader('task_orders.form.base_clin_title' | translate, 'task_orders.form.base_clin_description' | translate, task_order.number) }} + {{ TOFormStepHeader('task_orders.form.clin_title' | translate, 'task_orders.form.clin_description' | translate, task_order.number) }} {% for clin in form.clins %} {{ CLINFields(clin, index=loop.index - 1) }} diff --git a/translations.yaml b/translations.yaml index 9ecfaf00..b53b18cb 100644 --- a/translations.yaml +++ b/translations.yaml @@ -140,10 +140,10 @@ forms: none: Not planning to migrate any applications not_sure: Not sure on_premise: 'Yes, migrating from an on-premise data center' - clin_01_label: 'CLIN 01 : Unclassified' - clin_02_label: 'CLIN 02: Classified' - clin_03_label: 'CLIN 03: Unclassified' - clin_04_label: 'CLIN 04: Classified' + clin_01_label: '0001: Unclassified IaaS and PaaS' + clin_02_label: '0002' + clin_03_label: '0003' + clin_04_label: '0004' complexity: conus: CONUS access data_analytics: Data analytics @@ -337,22 +337,23 @@ task_orders: pop_end: PoP End loa: LOA form: - add_clin: Add another CLIN or Sub-CLIN - add_loa: Add another line of accounting + add_clin: Enter another CLIN + add_loa: Enter another line of accounting add_to_header: Add your task order add_to_description: Now, refer to your document to find the 13-digit task order number. It should be located at lorem ipsum dolar. From now on we'll refer to this portion of funding by the recorded task order number. - base_clin_title: Add Base CLIN - base_clin_description: Next, continue to refer to your document to locate your CLINs (Contract Line Item Numbers). CLINs are how you break the contract down by the commodities being procured (labor hours of services, funding for travel, quantity product A, etc.). - clin_number_label: CLIN - clin_type_label: CLIN type + clin_title: Enter CLINs + clin_description: "Continue to refer to your TO to locate your Contract Line Item Numbers (CLINs). You must add CLINs one at a time, and select a corresponding ID/IQ description for each." + base_clin_title: Base CLIN Information + clin_number_label: Enter task order CLIN + clin_type_label: "Select ID/IQ CLIN description" cloud_funding_header: Add the summary of cloud funding cloud_funding_text: Data must match with what is in your uploaded document. draft_alert_title: Your information has been saved draft_alert_message: You can return to the Task Order Builder to enter missing information. Once you are finished, you’ll be ready to submit this request. - loa_label: 'Line of accounting (43 characters)' - obligated_funds_label: Funds obligated for cloud - pop_end: 'End of period of performance (PoP)' - pop_start: 'Start of period of performance (PoP)' + loa_label: 'Enter line of accounting (43 characters)' + obligated_funds_label: Enter obligated funds for Base CLIN + pop_end: 'Period of Performance (PoP) end date' + pop_start: 'Period of Performance (PoP) start date' review_button: Review task order supporting_docs_header: Upload your supporting documentation supporting_docs_size_limit: Your file may not exceed 1MB