Updating language throughout TO process

This commit is contained in:
rachel-dtr
2019-04-18 11:31:33 -04:00
parent d963130674
commit 193d5c2a43
3 changed files with 13 additions and 7 deletions

View File

@@ -14,6 +14,7 @@
<!-- App Info Section -->
<p>{{ "forms.task_order.basic_intro" | translate }}</p>
<h3 class="task-order-form__heading subheading">{{ "task_orders.new.app_info.basic_info_title"| translate }}</h3>
{% if portfolio %}
@@ -35,6 +36,7 @@
<hr>
<h3 id="reporting" class="subheading">{{ "task_orders.new.app_info.project_title" | translate }}</h3>
<p>{{ "task_orders.new.app_info.details_description" | translate }}</p>
{{ OptionsInput(form.app_migration) }}
{{ OptionsInput(form.native_apps) }}
{{ MultiCheckboxInput(form.complexity, form.complexity_other) }}