update financial verification copy

This commit is contained in:
dandds 2018-08-09 13:53:45 -04:00
parent 5e5b357c7e
commit a9dfa005a9

View File

@ -7,23 +7,22 @@
{% block content %} {% block content %}
{% call Modal(name='pendingFinancialVerification', dismissable=True) %} {% call Modal(name='pendingFinancialVerification', dismissable=True) %}
<h1>Your request is now approved!</h1> <h1>Request submitted!</h1>
<p> <p>
Your next step is to create a <b>Task Order (T.O.)</b> associated with The next step is to create a Task Order associated with JEDI Cloud.
JEDI Cloud. Please consult a <b>Contracting Officer (KO)</b> or Please contact a Contracting Officer (KO), Contracting Officer
<b>Contracting Officer Representative (COR)</b> to help with this step. Representative (COR), or a Financial Manager to help with this step.
</p> </p>
<p> <p>
Once the Task Order (T.O.) has been created, we will need the following Once the Task Order has been created, you will be asked to provide
details to create your account. These details will help keep your cloud details about the task order in the Financial Verification step.
usage in sync with your budget.
</p> </p>
{{ Alert("You'll need these details: ", <p>
message="<p>Task Order Number</p><p>Contracting Officer: Name, E-mail and Office</p>" <i>Learn more</i> about the JEDI Task Order and the Financial Verification process.
) }} </p>
<div class='action-group'> <div class='action-group'>
<a v-on:click="closeModal('pendingFinancialVerification')" class='action-group__action usa-button'>Close</a> <a v-on:click="closeModal('pendingFinancialVerification')" class='action-group__action usa-button'>Close</a>
@ -42,7 +41,20 @@
{% else %} {% else %}
{{ Alert('Pending Financial Verification', {{ Alert('Pending Financial Verification',
message="<p>Your next step is to create a Task Order (T.O.) associated with JEDI Cloud. Please consult a Contracting Officer (KO) or Contracting Officer Representative (COR) to help with this step.</p>" message="
<p>
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.
</p>
<p>
Once the Task Order has been created, you will be asked to provide
details about the task order in the Financial Verification step.
</p>
<p>
<i>Learn more</i> about the JEDI Task Order and the Financial Verification process.
</p>
"
) }} ) }}
<div class="col col--grow"> <div class="col col--grow">