From 63a0ecac3471ce5f7f32c8dde63d84eec594eff0 Mon Sep 17 00:00:00 2001 From: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com> Date: Fri, 25 Nov 2022 14:24:34 +0100 Subject: [PATCH] [ACS-3791] Renaming labels for uploader screen (#8011) * ACS-3791 Renaming labels for uploader screen * ACS-3791 Renaming labels for uploader screen --- lib/content-services/src/lib/i18n/en.json | 18 +++++++++--------- .../file-uploading-dialog.component.html | 4 ++-- .../file-uploading-list-row.component.html | 12 ++++++------ .../file-uploading-list-row.component.spec.ts | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/lib/content-services/src/lib/i18n/en.json b/lib/content-services/src/lib/i18n/en.json index 8085d7382a..307c101dd0 100644 --- a/lib/content-services/src/lib/i18n/en.json +++ b/lib/content-services/src/lib/i18n/en.json @@ -137,9 +137,9 @@ "MINIMIZE": "Minimize", "MAXIMIZE": "Maximize", "CLOSE": "Close", - "CANCEL_ALL": "Cancel uploads", - "CANCEL_FILE": "Cancel upload", - "REMOVE_FILE": "Remove uploaded file" + "STOP_ALL": "Stop uploads", + "STOP_FILE": "Stop upload", + "UPLOAD_SUCCESSFUL": "Upload successful" }, "STATUS": { "FILE_CANCELED_STATUS": "Canceled", @@ -151,8 +151,8 @@ "CONTINUE": "No" }, "MESSAGE": { - "TITLE": "Cancel Upload", - "TEXT": "Stop uploading and remove files already uploaded." + "TITLE": "Stop Upload", + "TEXT": "Stop and cancel all in-progress and pending uploads." } }, "ARIA-LABEL": { @@ -161,10 +161,10 @@ "DIALOG_MAXIMIZE": "Maximize upload dialog", "DIALOG_MINIMIZE": "Minimize upload dialog", "DIALOG_CLOSE": "Close upload dialog", - "CANCEL_ALL": "Cancel all uploading files", - "REMOVE_FILE": "Remove uploaded file {{ file }}", - "CANCEL_FILE": "Cancel scheduled file {{ file }}", - "CANCEL_FILE_UPLOAD": "Cancel file upload {{ file }}", + "STOP_ALL": "Stop uploads", + "UPLOAD_SUCCESSFUL": "Uploaded successfully file {{ file }}", + "STOP_FILE": "Stop file {{ file }}", + "STOP_FILE_UPLOAD": "Stop file upload {{ file }}", "UPLOAD_FILE_ERROR": "Upload error {{ error }}", "CONFIRMATION": { "CANCEL": "Confirm cancel", diff --git a/lib/content-services/src/lib/upload/components/file-uploading-dialog.component.html b/lib/content-services/src/lib/upload/components/file-uploading-dialog.component.html index ce3cb09c40..8058577375 100644 --- a/lib/content-services/src/lib/upload/components/file-uploading-dialog.component.html +++ b/lib/content-services/src/lib/upload/components/file-uploading-dialog.component.html @@ -84,12 +84,12 @@