remove text from close-button in the document-detail view

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
GruberViktor 2022-03-11 20:22:39 +01:00 committed by GitHub
parent 6cbbd0c515
commit d02a0b2213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@
<button type="button" class="btn btn-sm btn-outline-primary me-2" i18n-title title="Close" (click)="close()">
<svg class="buttonicon" fill="currentColor">
<use xlink:href="assets/bootstrap-icons.svg#x" />
</svg>&nbsp;<span class="d-none d-lg-inline" i18n>Close</span>
</svg>
</button>
<div class="button-group">