diff --git a/templates/portfolios/applications/index.html b/templates/portfolios/applications/index.html index 5babeb3a..29350c88 100644 --- a/templates/portfolios/applications/index.html +++ b/templates/portfolios/applications/index.html @@ -13,7 +13,7 @@
{% if can_create_applications %} - Add A New Application + {{ 'portfolios.applications.add_application_text' | translate }} {{ Icon("plus", classes="sidenav__link-icon") }} {% endif %} @@ -43,12 +43,12 @@
{% if user_can(permissions.RENAME_APPLICATION_IN_PORTFOLIO) %} - App Settings + {{ "portfolios.applications.app_settings_text" | translate }}
{% endif %} - Team + {{ "portfolios.applications.team_text" | translate }} {{ application.num_users }}
@@ -72,7 +72,7 @@
- CSP Console + {{ "portfolios.applications.csp_console_text" | translate }} diff --git a/translations.yaml b/translations.yaml index 70116555..dfaf1773 100644 --- a/translations.yaml +++ b/translations.yaml @@ -481,6 +481,12 @@ task_orders: title: Task Order Builder submitted_by: Below is an overview of the projected portfolio submitted by {name} task_order_information: Task Order Information +portfolios: + applications: + add_application_text: Add A New Application + app_settings_text: App Settings + team_text: Team + csp_console_text: CSP Console testing: example_string: Hello World example_with_variables: 'Hello, {name}!'