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 @@
- 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}!'