From 192f6b4e152cd33b78d1e9c49ea529bb3743d8cd Mon Sep 17 00:00:00 2001 From: mpetrov Date: Tue, 14 Jan 2025 13:38:59 +0200 Subject: [PATCH] Reverted custom translate for confirm dialog --- .../app/shared/components/dialog/confirm-dialog.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/app/shared/components/dialog/confirm-dialog.component.html b/ui-ngx/src/app/shared/components/dialog/confirm-dialog.component.html index 46d90f5ce0..c9bca14480 100644 --- a/ui-ngx/src/app/shared/components/dialog/confirm-dialog.component.html +++ b/ui-ngx/src/app/shared/components/dialog/confirm-dialog.component.html @@ -15,7 +15,7 @@ limitations under the License. --> -

{{data.title | customTranslate}}

+

{{data.title}}