Fix button copy
This commit is contained in:
parent
ef23b1d776
commit
f314e9238d
@ -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
|
||||
)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user