Move text to translations file
This commit is contained in:
@@ -334,19 +334,19 @@
|
|||||||
<div class='modal__dialog' role='dialog' aria-modal='true'>
|
<div class='modal__dialog' role='dialog' aria-modal='true'>
|
||||||
<div class='modal__body'>
|
<div class='modal__body'>
|
||||||
<div class="task-order__modal-cancel">
|
<div class="task-order__modal-cancel">
|
||||||
<h1>Do you want to remove <span v-html='clinTitle'></span>?</h1>
|
<h1 v-html='"{{ 'task_orders.form.clin_remove_text' | translate }}" + clinTitle + "?"'></h1>
|
||||||
<div class="task-order__modal-cancel_buttons">
|
<div class="task-order__modal-cancel_buttons">
|
||||||
<button
|
<button
|
||||||
v-on:click='closeModal(removeModalId)'
|
v-on:click='closeModal(removeModalId)'
|
||||||
class="usa-button usa-button-primary"
|
class="usa-button usa-button-primary"
|
||||||
type="button">
|
type="button">
|
||||||
No, go back
|
{{ 'task_orders.form.clin_remove_cancel' | translate }}
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
v-on:click="removeClin()"
|
v-on:click="removeClin()"
|
||||||
class="usa-button usa-button-primary"
|
class="usa-button usa-button-primary"
|
||||||
type="button">
|
type="button">
|
||||||
Yes, remove CLIN
|
{{ 'task_orders.form.clin_remove_confirm' | translate }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -372,6 +372,9 @@ task_orders:
|
|||||||
clin_funding: CLIN Funding
|
clin_funding: CLIN Funding
|
||||||
clin_number_label: CLIN Number
|
clin_number_label: CLIN Number
|
||||||
clin_type_label: Corresponding IDIQ CLIN
|
clin_type_label: Corresponding IDIQ CLIN
|
||||||
|
clin_remove_text: 'Do you want to remove '
|
||||||
|
clin_remove_confirm: Yes, remove CLIN
|
||||||
|
clin_remove_cancel: No, go back
|
||||||
cloud_funding_header: Add the summary of cloud funding
|
cloud_funding_header: Add the summary of cloud funding
|
||||||
cloud_funding_text: Data must match with what is in your uploaded document.
|
cloud_funding_text: Data must match with what is in your uploaded document.
|
||||||
draft_alert_title: Your information has been saved
|
draft_alert_title: Your information has been saved
|
||||||
|
Reference in New Issue
Block a user