From 4dd0d7aaca6e0ec6a95a20f664f8ec91aecd103d Mon Sep 17 00:00:00 2001 From: devaskim Date: Sun, 1 Oct 2023 11:26:05 +0500 Subject: [PATCH] Use translation placeholder for closing button in embed dialog. --- .../widget/dialog/embed-dashboard-dialog.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/app/modules/home/components/widget/dialog/embed-dashboard-dialog.component.html b/ui-ngx/src/app/modules/home/components/widget/dialog/embed-dashboard-dialog.component.html index 36837414ed..e45da616f3 100644 --- a/ui-ngx/src/app/modules/home/components/widget/dialog/embed-dashboard-dialog.component.html +++ b/ui-ngx/src/app/modules/home/components/widget/dialog/embed-dashboard-dialog.component.html @@ -35,7 +35,7 @@ type="button" [disabled]="(isLoading$ | async)" (click)="close()" cdkFocusInitial> - Close + {{ 'action.close' | translate }}