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