diff --git a/templates/portfolios/applications/edit.html b/templates/portfolios/applications/edit.html index 9b92e443..357872cf 100644 --- a/templates/portfolios/applications/edit.html +++ b/templates/portfolios/applications/edit.html @@ -2,11 +2,11 @@ {% from "components/text_input.html" import TextInput %} -{% set secondary_breadcrumb = application.name + ' Application Settings' %} +{% set secondary_breadcrumb = 'portfolios.applications.existing_application_title' | translate({ "application_name": application.name }) %} {% block application_content %} -
- Each environment created within an application is an enclave of cloud resources that is logically separated from each other for increased security. + {{ 'portfolios.applications.environments_description' | translate }}
- When you click Create Application, the environments + When you click {{ 'portfolios.applications.create_button_text' | translate }}, the environments !{environment.name}, @@ -30,7 +32,7 @@
- Each environment created within an application is an enclave of cloud resources that is logically separated from each other for increased security. + {{ 'portfolios.applications.environments_description' | translate }}