Commit b7d6ad7d authored by Merzough Münker's avatar Merzough Münker
Browse files

fix(confirm-dialog): add i18n tag

parent 78f4ac00
Loading
Loading
Loading
Loading
+1 −1
Changes for libs/dialog/src/lib/confirm-dialog/confirm-dialog.component.html: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -7,6 +7,6 @@

</mat-dialog-content>
<mat-dialog-actions>
  <button mat-button [mat-dialog-close]="false">Cancel</button>
  <button mat-button [mat-dialog-close]="false" i18n="@@rxap.dialog.confirm-dialog.cancel">Cancel</button>
  <button mat-raised-button color="accent" [mat-dialog-close]="true">{{ action }}</button>
</mat-dialog-actions>