Make close button in About Dialog translatable

This commit is contained in:
UnlimitedCookies
2020-07-10 01:31:59 +02:00
committed by GitHub
parent 14bd82c508
commit 84d83f228e

View File

@@ -28,5 +28,5 @@
</mat-dialog-content>
<mat-dialog-actions>
<button style="margin-bottom: 5px;" mat-stroked-button mat-dialog-close>Close</button>
</mat-dialog-actions>
<button style="margin-bottom: 5px;" mat-stroked-button mat-dialog-close><ng-container i18n="Close">Close</ng-container></button>
</mat-dialog-actions>