Pass in resource as a variable

This commit is contained in:
George Drummond
2019-05-13 09:48:28 -04:00
parent 3544386670
commit 1f0b48703c
2 changed files with 2 additions and 2 deletions

View File

@@ -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"})),
)
}}