Skip to content
Snippets Groups Projects
Commit fe125903 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5708 add additional loading description

parent 75725774
Branches
Tags
No related merge requests found
......@@ -28,6 +28,7 @@
"
[isLoading]="uploadBescheidDocumentInProgress.loading"
[errorMessages]="uploadBescheidDocumentInProgress.error | convertApiErrorToErrorMessages"
description="Bescheiddokument wird hochgeladen"
></ods-attachment>
<ods-attachment
*ngIf="
......@@ -35,7 +36,8 @@
createBescheidDocumentInProgress.resource?.errorMessage
"
errorCaption="Fehler beim automatischen Erstellen"
loadingCaption="Bescheiddokument wird erstellt"
loadingCaption="Bescheiddokument"
description="Bescheiddokument wird erstellt"
[isLoading]="createBescheidDocumentInProgress.loading"
[errorMessages]="
createBescheidDocumentInProgress.resource?.errorMessage ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment