diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index ff928863d..17c585c28 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -688,8 +688,8 @@
102
-
- Consumer status
+
+ Document processingsrc/app/components/manage/settings/settings.component.html106
@@ -702,15 +702,15 @@
109
-
- Show notifications when document consumption completes successfully
+
+ Show notifications when document processing completes successfullysrc/app/components/manage/settings/settings.component.html110
-
- Show notifications when document consumption fails
+
+ Show notifications when document processing failssrc/app/components/manage/settings/settings.component.html111
@@ -723,8 +723,8 @@
112
-
- This will suppress all consumer related status messages on the dashboard.
+
+ This will suppress all messages about document processing status on the dashboard.src/app/components/manage/settings/settings.component.html112
@@ -1456,8 +1456,8 @@
123
-
- Waiting for consumer...
+
+ Upload complete, waiting...src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts126
@@ -1490,6 +1490,7 @@
src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html4
+ This button dismisses all status messages about processed documents on the dashboard (failed and successful) more hidden
diff --git a/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html b/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html
index 3e2908b84..252480147 100644
--- a/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html
+++ b/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html
@@ -1,7 +1,7 @@