Browse Source

Merge pull request #9343 from devaskim/patch-2

Use translation placeholder for closing button in embed dialog.
pull/9318/head
Igor Kulikov 3 years ago
committed by GitHub
parent
commit
93ec015835
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui-ngx/src/app/modules/home/components/widget/dialog/embed-dashboard-dialog.component.html

2
ui-ngx/src/app/modules/home/components/widget/dialog/embed-dashboard-dialog.component.html

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

Loading…
Cancel
Save