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 @@ 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: