Browse Source

Use translation placeholder for closing button in embed dialog.

pull/9343/head
devaskim 3 years ago
committed by GitHub
parent
commit
4dd0d7aaca
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