From 1d00b431acd74895064fc56ab57b842e0f8e5106 Mon Sep 17 00:00:00 2001 From: cris Date: Tue, 14 Feb 2023 03:18:28 +0000 Subject: [PATCH 1/2] aria-label added to edit, view and delete button --- .../workspaceitem/workspaceitem-actions.component.html | 5 ++++- src/assets/i18n/en.json5 | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/shared/mydspace-actions/workspaceitem/workspaceitem-actions.component.html b/src/app/shared/mydspace-actions/workspaceitem/workspaceitem-actions.component.html index c658651790..f789f4df47 100644 --- a/src/app/shared/mydspace-actions/workspaceitem/workspaceitem-actions.component.html +++ b/src/app/shared/mydspace-actions/workspaceitem/workspaceitem-actions.component.html @@ -2,18 +2,21 @@ {{'submission.workflow.generic.edit' | translate}} - + \ No newline at end of file diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index fa6f2694fa..3491c066a1 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -4635,7 +4635,7 @@ "submission.workflow.generic.delete": "Delete", - "submission.workflow.generic.delete-help": "If you would to discard this item, select \"Delete\". You will then be asked to confirm it.", + "submission.workflow.generic.delete-help": "Select this option if you would to discard this item, select \"Delete\". You will then be asked to confirm it.", "submission.workflow.generic.edit": "Edit", From a2bd3be23f71b3081c8f43f3956f404e4eacd158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Emanuelle=20Guzm=C3=A1n=20Su=C3=A1rez?= Date: Tue, 28 Feb 2023 16:24:13 -0600 Subject: [PATCH 2/2] submission.workflow.generic.delete-help sentence make sense. --- src/assets/i18n/en.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index 3491c066a1..e5e6e95cfd 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -4635,7 +4635,7 @@ "submission.workflow.generic.delete": "Delete", - "submission.workflow.generic.delete-help": "Select this option if you would to discard this item, select \"Delete\". You will then be asked to confirm it.", + "submission.workflow.generic.delete-help": "Select this option to discard this item. You will then be asked to confirm it.", "submission.workflow.generic.edit": "Edit",