diff --git a/atst/utils/flash.py b/atst/utils/flash.py index 186c4f00..e857cc87 100644 --- a/atst/utils/flash.py +++ b/atst/utils/flash.py @@ -47,7 +47,7 @@ MESSAGES = { "new_workspace": { "title_template": "Portfolio created!", "message_template": """ -
You are now ready to create projects and environments within the JEDI Cloud.
+You are now ready to create applications and environments within the JEDI Cloud.
""", "category": "success", }, diff --git a/templates/about.html b/templates/about.html index 6a61f22b..b7ebce79 100644 --- a/templates/about.html +++ b/templates/about.html @@ -39,7 +39,7 @@Once your JEDI Cloud Access Request is approved by the CCPO the portfolio owner will need to set up projects, environments, and users. The portfolio owner is the technical POC you originally designated on the request.
+Once your JEDI Cloud Access Request is approved by the CCPO the portfolio owner will need to set up applications, environments, and users. The portfolio owner is the technical POC you originally designated on the request.
{{ event.event_details["environment_id"] }}
({{ event.event_details["environment"] }})
{{ event.event_details["project_id"] }}
({{ event.event_details["project"] }})
+ in Application {{ event.event_details["project_id"] }}
({{ event.event_details["project"] }})
{{ event.event_details["workspace_id"] }}
({{ event.event_details["workspace"] }})
{% endif %}
diff --git a/templates/emails/invitation.txt b/templates/emails/invitation.txt
index e26b71d0..131d0393 100644
--- a/templates/emails/invitation.txt
+++ b/templates/emails/invitation.txt
@@ -7,6 +7,6 @@ What is JEDI Cloud?
JEDI Cloud is a DoD enterprise-wide solution for commercial cloud services.
What is a JEDI Cloud Portfolio?
-A JEDI Cloud Portfolio is where you may access and manage the cloud resources associated with your projects and environments.
+A JEDI Cloud Portfolio is where you may access and manage the cloud resources associated with your applications and environments.
JEDI Cloud is managed by the Cloud Computing Program Office. Learn more at jedi.cloud.
diff --git a/templates/help/docs/getting-started.html b/templates/help/docs/getting-started.html
index eae1c9ee..61065f83 100644
--- a/templates/help/docs/getting-started.html
+++ b/templates/help/docs/getting-started.html
@@ -63,7 +63,7 @@
Separate your portfolio into projects and environments; this allows your team to manage user access to systems more securely and track expenditures for each project.
+Separate your portfolio into applications and environments; this allows your team to manage user access to systems more securely and track expenditures for each project.
Here’s an example:
-Project A has a development environment, production environment, and sandbox environment. The cloud resources in the development environment are grouped and accessed separately from the production environment and sandbox environment.