diff --git a/templates/applications/fragments/member_form_fields.html b/templates/applications/fragments/member_form_fields.html index 707653fa..388f0be4 100644 --- a/templates/applications/fragments/member_form_fields.html +++ b/templates/applications/fragments/member_form_fields.html @@ -124,6 +124,6 @@ {{ TextInput(member_form.email, validation='email', optional=False) }} {{ PhoneInput(member_form.phone_number, member_form.phone_ext)}} {{ TextInput(member_form.dod_id, validation='dodId', optional=False) }} - How do I find the DoD ID? + {{ "forms.new_member.dod_help" | translate }} {% endmacro %} diff --git a/templates/applications/fragments/members.html b/templates/applications/fragments/members.html index 9bd80dd0..8d721e83 100644 --- a/templates/applications/fragments/members.html +++ b/templates/applications/fragments/members.html @@ -179,7 +179,7 @@ member_form.SubmitStep( name=new_member_modal_name, form=member_fields.PermsFields(form=new_member_form, new=True), - submit_text="portfolios.applications.members.form.add_member"|translate, + submit_text="common.save_changes"|translate, modal=new_member_modal_name, ) ], diff --git a/templates/applications/new/step_3.html b/templates/applications/new/step_3.html index a4e1aa53..d88a704c 100644 --- a/templates/applications/new/step_3.html +++ b/templates/applications/new/step_3.html @@ -27,13 +27,13 @@ - Return to Application Settings + {{ "portfolios.applications.new.step_3_button_text" | translate }} - Previous + {{ "common.previous" | translate }} - Cancel + {{ "common.cancel" | translate }} diff --git a/templates/portfolios/fragments/member_form_fields.html b/templates/portfolios/fragments/member_form_fields.html index 7bfccc37..3d7b1eb5 100644 --- a/templates/portfolios/fragments/member_form_fields.html +++ b/templates/portfolios/fragments/member_form_fields.html @@ -32,6 +32,6 @@ {{ TextInput(member_form.email, validation='email', optional=False) }} {{ PhoneInput(member_form.phone_number, member_form.phone_ext)}} {{ TextInput(member_form.dod_id, validation='dodId', optional=False) }} - How do I find the DoD ID? + {{ "forms.new_member.dod_help" | translate }} {% endmacro %} diff --git a/translations.yaml b/translations.yaml index 65071fc3..61c723a6 100644 --- a/translations.yaml +++ b/translations.yaml @@ -210,6 +210,7 @@ forms: label: Edit Applications description: Add, remove and edit applications in this Portfolio. dod_id_label: DoD ID + dod_help: How do I find out the DoD ID? email_label: Email address first_name_label: First name funding: @@ -358,7 +359,7 @@ portfolios: 'True': Edit Reporting applications: add_environment: Create an Environment - add_member: Add New Member + add_member: Add New Application Member add_another_environment: Add another environment create_button: Create Application empty_state: @@ -385,7 +386,7 @@ portfolios: description: |

- Add a brief one to two sentence description of your application. You should be able to reference your TO Description of Work. + Add a brief one to two sentence description of your Application. You should be able to reference your TO Description of Work.

Writer's Block? A description example includes: @@ -395,10 +396,11 @@ portfolios:

step_2_header: Add Environments to {application_name} - step_2_description: Development, Testing, Staging, and Production environments are included by default. However, you can add, edit, and delete environments based on the needs of your Application. + step_2_description: Production, Staging, Testing, and Development environments are included by default. However, you can add, edit, and delete environments based on the needs of your Application. step_2_button_text: "Next: Add Members" step_3_header: Add Members to {application_name} step_3_description: "To proceed, you will need each member's email address and DOD ID. Within this section, you will also assign Application-level permissions and environment-level roles for each member." + step_3_button_text: Save Application create_new_env: Create a new environment. create_new_env_info: Creating an environment gives you access to the Cloud Service Provider. This environment will function within the constraints of the task order, and any costs will be billed against the portfolio. csp_link: Cloud Service Provider Link @@ -430,7 +432,7 @@ portfolios: description: Additional role controls are available in the CSP console. Learn More revoke_warning: Save changes to revoke access, this can not be undone. suspended: Suspended access cannot be modified. - next_button: "Next: Permissions" + next_button: "Next: Roles and Permissions" app_perms: title: Application Permissions description: Application permissions allow users to provision and modify applications and teams. Learn More