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> <h3 id="reporting" class="subheading">{{ "task_orders.new.app_info.project_title" | translate }}</h3>
<p>{{ "task_orders.new.app_info.details_description" | translate }}</p> <p>{{ "task_orders.new.app_info.details_description" | translate }}</p>
{{ OptionsInput(form.app_migration) }} {{ OptionsInput(form.app_migration) }}
<p>{{ "forms.task_order.app_migration.not_sure_help" | translate }}</p>
{{ OptionsInput(form.native_apps) }} {{ OptionsInput(form.native_apps) }}
<p>{{ "forms.task_order.native_apps.not_sure_help" | translate }}</p>
{{ MultiCheckboxInput(form.complexity, form.complexity_other) }} {{ MultiCheckboxInput(form.complexity, form.complexity_other) }}
<hr> <hr>

View File

@ -234,6 +234,7 @@ forms:
label: App migration label: App migration
none: Not planning to migrate any applications none: Not planning to migrate any applications
not_sure: Not sure not_sure: Not sure
not_sure_help: Not sure? Check in with the technical lead on your team to help figure out your migration needs.
on_premise: 'Yes, migrating from an on-premise data center' on_premise: 'Yes, migrating from an on-premise data center'
basic_intro: 'The first step of obtaining funding for cloud access is to provide more information about how you intend to use these funds. Before you can submit your task order, youll have to complete all sections, but while youre working on it, you can skip around the form, once youve supplied the portfolio name and DoD component.' basic_intro: 'The first step of obtaining funding for cloud access is to provide more information about how you intend to use these funds. Before you can submit your task order, youll have to complete all sections, but while youre working on it, you can skip around the form, once youve supplied the portfolio name and DoD component.'
clin_01_label: 'CLIN 01 : Unclassified' clin_01_label: 'CLIN 01 : Unclassified'
@ -268,11 +269,12 @@ forms:
first_step_title: Basics first_step_title: Basics
ko_invite_label: Invite contracting officer to Task Order Builder ko_invite_label: Invite contracting officer to Task Order Builder
native_apps: native_apps:
description: Do you plan to develop any applications natively in the cloud? description: Do you plan to develop any applications in the cloud?
label: Native apps label: Native apps
'no': 'No, not planning to develop natively in the cloud' 'no': 'No, not planning to develop natively in the cloud'
not_sure: 'Not sure, unsure if planning to develop natively in the cloud' not_sure: 'Not sure, unsure if planning to develop natively in the cloud'
'yes': 'Yes, planning to develop natively in the cloud' 'yes': 'Yes, planning to develop natively in the cloud'
not_sure_help: Not sure? Talk to your technical lead about where and how they plan on developing your application.
oversight_am_cor_label: I am the Contracting Officer Representative (COR) for this task order oversight_am_cor_label: I am the Contracting Officer Representative (COR) for this task order
oversight_dod_id_label: DoD ID oversight_dod_id_label: DoD ID
oversight_email_label: Email oversight_email_label: Email