From f314e9238dc70c622311aa8235af19e85dccf5c3 Mon Sep 17 00:00:00 2001 From: George Drummond Date: Mon, 6 May 2019 15:21:27 -0400 Subject: [PATCH] Fix button copy --- templates/fragments/applications/edit_environments.html | 2 +- translations.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/fragments/applications/edit_environments.html b/templates/fragments/applications/edit_environments.html index 6e69a50c..ac190481 100644 --- a/templates/fragments/applications/edit_environments.html +++ b/templates/fragments/applications/edit_environments.html @@ -140,7 +140,7 @@ {{ DeleteConfirmation( modal_id=delete_modal_environment_id, - delete_text=('portfolios.applications.delete.button' | translate), + delete_text=('portfolios.applications.environments.delete.button' | translate), delete_action= url_for('applications.delete_environment', environment_id=env['id']), form=form ) diff --git a/translations.yaml b/translations.yaml index 4a74c9fd..78881ef2 100644 --- a/translations.yaml +++ b/translations.yaml @@ -413,6 +413,8 @@ portfolios: header: Are you sure you want to delete this application? environments: name: Name + delete: + button: Delete environment edit_name: Edit name environments_description: Each environment created within an application is logically separated from one another for easier management and security. environments_heading: Application environments