rename Project to Application in user-facing contexts

This commit is contained in:
dandds
2019-01-10 15:45:12 -05:00
parent 142395f1e9
commit 9ad3c45200
10 changed files with 28 additions and 28 deletions

View File

@@ -10,9 +10,9 @@
<div class="block-list project-list-item">
<header class="block-list__header block-list__header--grow">
<h2 class="block-list__title">Project Environments</h2>
<h2 class="block-list__title">Application Environments</h2>
<p>
Each environment created within a project is an enclave of cloud resources that is logically separated from each other for increased security.
Each environment created within an application is an enclave of cloud resources that is logically separated from each other for increased security.
</p>
</header>
@@ -29,7 +29,7 @@
</div>
<div class="action-group">
<button class="usa-button usa-button-primary" tabindex="0" type="submit">Update Project</button>
<button class="usa-button usa-button-primary" tabindex="0" type="submit">Update Application</button>
</div>
</form>