Make close button in About Dialog translatable

pull/159/head
UnlimitedCookies 5 years ago committed by GitHub
parent 14bd82c508
commit 84d83f228e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>

Loading…
Cancel
Save