diff --git a/templates/fragments/applications/edit_environments.html b/templates/fragments/applications/edit_environments.html index 7bb8d4a0..f6dc4912 100644 --- a/templates/fragments/applications/edit_environments.html +++ b/templates/fragments/applications/edit_environments.html @@ -135,7 +135,7 @@ Alert( level="warning", title=('components.modal.destructive_title' | translate), - message=('components.modal.destructive_message' | translate), + message=('components.modal.destructive_message' | translate({"resource": "environment"})), ) }} diff --git a/translations.yaml b/translations.yaml index 149f4abd..b1ea2683 100644 --- a/translations.yaml +++ b/translations.yaml @@ -45,7 +45,7 @@ common: components: modal: close: Close - destructive_message: You will no longer be able to access this environment + destructive_message: You will no longer be able to access this {resource} destructive_title: Warning! This action is permanent usa_header: flag_image_alt: U.S. Flag