Fix button copy

This commit is contained in:
George Drummond 2019-05-06 15:21:27 -04:00
parent ef23b1d776
commit f314e9238d
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17
2 changed files with 3 additions and 1 deletions

View File

@ -140,7 +140,7 @@
{{ {{
DeleteConfirmation( DeleteConfirmation(
modal_id=delete_modal_environment_id, 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']), delete_action= url_for('applications.delete_environment', environment_id=env['id']),
form=form form=form
) )

View File

@ -413,6 +413,8 @@ portfolios:
header: Are you sure you want to delete this application? header: Are you sure you want to delete this application?
environments: environments:
name: Name name: Name
delete:
button: Delete environment
edit_name: Edit name edit_name: Edit name
environments_description: Each environment created within an application is logically separated from one another for easier management and security. environments_description: Each environment created within an application is logically separated from one another for easier management and security.
environments_heading: Application environments environments_heading: Application environments