mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
Uploaded over Uploading title (#4157)
This commit is contained in:
parent
7d061b2c11
commit
baf9204a04
@ -140,8 +140,7 @@
|
||||
},
|
||||
"MESSAGES": {
|
||||
"UPLOAD_CANCELED": "Upload canceled",
|
||||
"UPLOAD_COMPLETED": "Uploaded {{ completed }} / {{ total }}",
|
||||
"UPLOAD_PROGRESS": "Uploading {{ completed }} / {{ total }}",
|
||||
"UPLOAD_PROGRESS": "Uploaded {{ completed }} / {{ total }}",
|
||||
"UPLOAD_ERROR": "{{ total }} upload unsuccessful",
|
||||
"UPLOAD_ERRORS": "{{ total }} uploads unsuccessful",
|
||||
"PROGRESS": "Upload in progress...",
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
<span
|
||||
class="adf-upload-dialog__title"
|
||||
*ngIf="!uploadList.isUploadCompleted() && !uploadList.isUploadCancelled()">
|
||||
*ngIf="!uploadList.isUploadCancelled()">
|
||||
{{ 'FILE_UPLOAD.MESSAGES.UPLOAD_PROGRESS'
|
||||
| translate: {
|
||||
completed: totalCompleted,
|
||||
@ -28,17 +28,6 @@
|
||||
}}
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="adf-upload-dialog__title"
|
||||
*ngIf="uploadList.isUploadCompleted()">
|
||||
{{ 'FILE_UPLOAD.MESSAGES.UPLOAD_COMPLETED'
|
||||
| translate: {
|
||||
completed: totalCompleted,
|
||||
total: filesUploadingList.length
|
||||
}
|
||||
}}
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="adf-upload-dialog__title"
|
||||
*ngIf="uploadList.isUploadCancelled()">
|
||||
|
Loading…
x
Reference in New Issue
Block a user