Update copy for KO Review message
This commit is contained in:
parent
c5ebdf89a7
commit
245f985841
@ -1,7 +0,0 @@
|
||||
<br>
|
||||
<p>{{ "fragments.ko_review_alert.make_sure" | translate }}:</p>
|
||||
<ul>
|
||||
<li>{{ "fragments.ko_review_alert.bullet_1" | translate }}</li>
|
||||
<li>{{ "fragments.ko_review_alert.bullet_2" | translate }}</li>
|
||||
<li>{{ "fragments.ko_review_alert.bullet_3" | translate }}</li>
|
||||
</ul>
|
8
templates/fragments/ko_review_message.html
Normal file
8
templates/fragments/ko_review_message.html
Normal file
@ -0,0 +1,8 @@
|
||||
<p>{{ "task_orders.ko_review.message" | translate }}</p>
|
||||
<br>
|
||||
<p>{{ "fragments.ko_review_message.title" | translate }}:</p>
|
||||
<ul>
|
||||
<li>{{ "fragments.ko_review_message.bullet_1" | translate }}</li>
|
||||
<li>{{ "fragments.ko_review_message.bullet_2" | translate }}</li>
|
||||
<li>{{ "fragments.ko_review_message.bullet_3" | translate }}</li>
|
||||
</ul>
|
@ -25,16 +25,16 @@
|
||||
|
||||
{% block form %}
|
||||
|
||||
{% set message = "task_orders.ko_review.submitted_by" | translate({"name": task_order.creator.full_name}) %}
|
||||
|
||||
{{ Alert(("task_orders.ko_review.alert_title" | translate), message, level='warning',
|
||||
fragment="fragments/ko_review_alert.html") }}
|
||||
<div class="panel">
|
||||
<h1 class="task-order-form__heading">{{ "task_orders.ko_review.title" | translate }}</div>
|
||||
{% include "fragments/ko_review_message.html" %}
|
||||
</div>
|
||||
|
||||
<div class="panel">
|
||||
|
||||
<div class="panel__heading">
|
||||
<h1 class="task-order-form__heading subheading">
|
||||
<div class="h2">{{ "task_orders.ko_review.title" | translate }}</div>
|
||||
<div class="h2">{{ "task_orders.ko_review.review_title" | translate }}</div>
|
||||
{{ "task_orders.new.review.section_title"| translate }}
|
||||
</h1>
|
||||
</div>
|
||||
|
@ -274,11 +274,11 @@ fragments:
|
||||
learn_more_link_text: Learn more about the JEDI Cloud Task Order and the Financial Verification process.
|
||||
paragraph_1: 'The next step is to create a Task Order associated with JEDI Cloud. Please contact a Contracting Officer (KO), Contracting Officer Representative (COR), or a Financial Manager to help with this step.'
|
||||
paragraph_2: 'Once the Task Order has been created, you will be asked to provide details about the task order in the Financial Verification step.'
|
||||
ko_review_alert:
|
||||
make_sure: Make sure to take a moment to
|
||||
bullet_1: Verify that all information is accurate and up-to-date
|
||||
ko_review_message:
|
||||
title: Steps
|
||||
bullet_1: Make sure the information below matches the final task order and is accurate and up-to-date
|
||||
bullet_2: Upload your Task Order (TO) document
|
||||
bullet_3: Add both the Task Order (TO) and Lines of Accounting (LOA)
|
||||
bullet_3: Add both the Task Order (TO) and Line(s) of Accounting (LOA) numbers
|
||||
login:
|
||||
ccpo_logo_alt_text: Cloud Computing Program Office Logo
|
||||
certificate_selection:
|
||||
@ -477,9 +477,9 @@ task_orders:
|
||||
add_button_text: Add / Invite Security Officer
|
||||
invite_button_text: Invite Security Officer
|
||||
ko_review:
|
||||
alert_title: Verify Your Info
|
||||
title: Task Order Builder
|
||||
submitted_by: Below is an overview of the projected portfolio submitted by {name}
|
||||
title: Verify Task Order Information
|
||||
message: Grant your team access to the cloud by verifying the Task Order info below.
|
||||
review_title: Task Order Builder
|
||||
task_order_information: Task Order Information
|
||||
portfolios:
|
||||
applications:
|
||||
|
Loading…
x
Reference in New Issue
Block a user