Roll back Projects to Applications in translations

This commit is contained in:
graham-dds 2019-10-08 10:59:12 -04:00
parent b3467a1722
commit c803438e94
2 changed files with 6 additions and 6 deletions

View File

@ -80,7 +80,7 @@
<thead> <thead>
<tr> <tr>
<th>Member</th> <th>Member</th>
<th>Project Permissions</th> <th>Application Permissions</th>
<th>Environment Access</th> <th>Environment Access</th>
<th></th> <th></th>
</tr> </tr>

View File

@ -309,13 +309,13 @@ portfolios:
add_another_environment: Add another environment add_another_environment: Add another environment
app_settings_text: App settings app_settings_text: App settings
new: new:
step_1_header: Name and Describe New Project step_1_header: Name and Describe New Application
step_1_button_text: "Save and Add Environments" step_1_button_text: "Save and Add Environments"
step_1_form_help_text: step_1_form_help_text:
name: | name: |
<div style="margin-top: -3rem;"> <div style="margin-top: -3rem;">
<p> <p>
The name of your project should be intuitive and easily recognizable for all of your team members. The name of your application should be intuitive and easily recognizable for all of your team members.
</p> </p>
<p> <p>
<strong>Writer's Block? A naming example includes:</strong> <strong>Writer's Block? A naming example includes:</strong>
@ -327,7 +327,7 @@ portfolios:
description: | description: |
<div style="margin-top: -3rem;"> <div style="margin-top: -3rem;">
<p> <p>
Add a brief one to two sentence description of your project. 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.
</p> </p>
<p> <p>
<strong>Writer's Block? A naming example includes:</strong> <strong>Writer's Block? A naming example includes:</strong>
@ -337,7 +337,7 @@ portfolios:
</p> </p>
</div> </div>
step_2_header: Add Environments to {application_name} step_2_header: Add Environments to {application_name}
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 Project." 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: "Save and Add Members" step_2_button_text: "Save and Add Members"
step_3_header: Invite Members to {application_name} step_3_header: Invite 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_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."
@ -364,7 +364,7 @@ portfolios:
delete: delete:
button: Delete environment button: Delete environment
edit_name: Edit name edit_name: Edit name
environments_heading: Project Environments environments_heading: Application Environments
existing_application_title: '{application_name} Application Settings' existing_application_title: '{application_name} Application Settings'
member_count: '{count} members' member_count: '{count} members'
new_application_title: New Application new_application_title: New Application