mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
updates messages
This commit is contained in:
parent
7f85180264
commit
2a629b81ce
4 changed files with 17 additions and 16 deletions
|
|
@ -123,7 +123,7 @@ export class UploadFileWidgetComponent implements OnInit {
|
|||
status.message = $localize`Uploading...`
|
||||
} else if (event.type == HttpEventType.Response) {
|
||||
status.taskId = event.body["task_id"]
|
||||
status.message = $localize`Waiting for consumer...`
|
||||
status.message = $localize`Upload complete, waiting...`
|
||||
}
|
||||
|
||||
}, error => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue