From 329502241716437a8b429e3e6625fe41ab30509a Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Thu, 7 Feb 2019 20:34:47 -0500 Subject: [PATCH] Add some translations on portfolio applications page --- templates/portfolios/applications/index.html | 8 ++++---- translations.yaml | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-) 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 @@ @@ -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}!'