Add in missing "delete environment" translations

This commit is contained in:
George Drummond 2019-05-10 13:30:20 -04:00
parent 26efc77561
commit 3544386670
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17
2 changed files with 9 additions and 3 deletions

View File

@ -127,13 +127,15 @@
</toggler>
{% call Modal(name=delete_environment_modal_id, dismissable=True) %}
<h1>Are you sure you want to delete this environment?</h1>
<h1>
{{ 'fragments.edit_environment_team_form.delete_environment_title' | translate }}
</h1>
{{
Alert(
level="warning",
title="Warning! This action is permanent",
message="You will no longer be able to access this environment",
title=('components.modal.destructive_title' | translate),
message=('components.modal.destructive_message' | translate),
)
}}

View File

@ -45,6 +45,8 @@ common:
components:
modal:
close: Close
destructive_message: You will no longer be able to access this environment
destructive_title: Warning! This action is permanent
usa_header:
flag_image_alt: U.S. Flag
official_message: An official website of the United States government
@ -325,6 +327,8 @@ fragments:
edit_application_form:
explain: AT-AT allows you to create multiple applications within a portfolio. Each application can then be broken down into its own customizable environments.
new_application_title: Add a new application
edit_environment_team_form:
delete_environment_title: Are you sure you want to delete this environment?
edit_user_form:
date_last_training_tooltip: When was the last time you completed the IA training? <br> Information Assurance (IA) training is an important step in cyber awareness.
save_details_button: Save