updates messages

This commit is contained in:
jonaswinkler 2021-02-02 12:56:26 +01:00
parent 7f85180264
commit 2a629b81ce
4 changed files with 17 additions and 16 deletions

View file

@ -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 => {