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"
|
type="button"
|
||||||
[disabled]="(isLoading$ | async)"
|
[disabled]="(isLoading$ | async)"
|
||||||
(click)="close()" cdkFocusInitial>
|
(click)="close()" cdkFocusInitial>
|
||||||
Close
|
{{ 'action.close' | translate }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user