Updating some language on basics page

This commit is contained in:
rachel-dtr
2019-04-23 11:33:13 -04:00
parent 641a52725f
commit 0dd8145589
2 changed files with 5 additions and 1 deletions

View File

@@ -38,7 +38,9 @@
<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) }}
<p>{{ "forms.task_order.app_migration.not_sure_help" | translate }}</p>
{{ OptionsInput(form.native_apps) }}
<p>{{ "forms.task_order.native_apps.not_sure_help" | translate }}</p>
{{ MultiCheckboxInput(form.complexity, form.complexity_other) }}
<hr>