Pass in resource as a variable
This commit is contained in:
parent
3544386670
commit
1f0b48703c
@ -135,7 +135,7 @@
|
|||||||
Alert(
|
Alert(
|
||||||
level="warning",
|
level="warning",
|
||||||
title=('components.modal.destructive_title' | translate),
|
title=('components.modal.destructive_title' | translate),
|
||||||
message=('components.modal.destructive_message' | translate),
|
message=('components.modal.destructive_message' | translate({"resource": "environment"})),
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ common:
|
|||||||
components:
|
components:
|
||||||
modal:
|
modal:
|
||||||
close: Close
|
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
|
destructive_title: Warning! This action is permanent
|
||||||
usa_header:
|
usa_header:
|
||||||
flag_image_alt: U.S. Flag
|
flag_image_alt: U.S. Flag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user