Merge pull request #9343 from devaskim/patch-2
Use translation placeholder for closing button in embed dialog.
This commit is contained in:
commit
93ec015835
@ -35,7 +35,7 @@
|
||||
type="button"
|
||||
[disabled]="(isLoading$ | async)"
|
||||
(click)="close()" cdkFocusInitial>
|
||||
Close
|
||||
{{ 'action.close' | translate }}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user