diff --git a/src-ui/src/app/components/common/share-bundle-manage-dialog/share-bundle-manage-dialog.component.html b/src-ui/src/app/components/common/share-bundle-manage-dialog/share-bundle-manage-dialog.component.html index 19ec24aae..35ba2c6a4 100644 --- a/src-ui/src/app/components/common/share-bundle-manage-dialog/share-bundle-manage-dialog.component.html +++ b/src-ui/src/app/components/common/share-bundle-manage-dialog/share-bundle-manage-dialog.component.html @@ -54,7 +54,7 @@ @if (bundle.status === statuses.Processing || bundle.status === statuses.Pending) { } - {{ statusLabel(bundle.status) }} + {{ statusLabel(bundle.status) }} @if (bundle.last_error && bundle.status === statuses.Failed) {
{{ bundle.last_error }}