Reverted custom translate for confirm dialog

This commit is contained in:
mpetrov 2025-01-14 13:38:59 +02:00
parent 0699de9484
commit 192f6b4e15

View File

@ -15,7 +15,7 @@
limitations under the License. limitations under the License.
--> -->
<h2 mat-dialog-title tbTruncateWithTooltip>{{data.title | customTranslate}}</h2> <h2 mat-dialog-title tbTruncateWithTooltip>{{data.title}}</h2>
<div mat-dialog-content [innerHTML]="data.message | safe: 'html'"></div> <div mat-dialog-content [innerHTML]="data.message | safe: 'html'"></div>
<div mat-dialog-actions class="flex items-center justify-end"> <div mat-dialog-actions class="flex items-center justify-end">
<button mat-button color="primary" [mat-dialog-close]="false">{{data.cancel}}</button> <button mat-button color="primary" [mat-dialog-close]="false">{{data.cancel}}</button>