Merge pull request #9343 from devaskim/patch-2

Use translation placeholder for closing button in embed dialog.
This commit is contained in:
Igor Kulikov 2023-10-13 13:15:02 +03:00 committed by GitHub
commit 93ec015835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@
type="button"
[disabled]="(isLoading$ | async)"
(click)="close()" cdkFocusInitial>
Close
{{ 'action.close' | translate }}
</button>
</div>
</div>