From 8ba17c991e76199fe03aed872ac9974309a7702f Mon Sep 17 00:00:00 2001 From: Alexandre Vryghem Date: Sun, 3 Dec 2023 16:37:08 +0100 Subject: [PATCH] Fixed item page accessibility issues --- .../bitstream-download-page.component.html | 2 +- .../dso-edit-metadata-value.component.html | 2 ++ .../bitstreams/upload/upload-bitstream.component.html | 2 +- .../file-section/full-file-section.component.html | 4 ++-- .../tabbed-related-entities-search.component.html | 2 +- .../item-page/versions/item-versions.component.html | 7 ++++--- .../file-download-link.component.html | 2 +- .../file-download-link.component.spec.ts | 4 ++++ .../dynamic-lookup-relation-modal.component.html | 6 +++--- .../form/resource-policy-form.component.html | 4 ++-- src/assets/i18n/en.json5 | 10 ++++++++++ 11 files changed, 31 insertions(+), 14 deletions(-) diff --git a/src/app/bitstream-page/bitstream-download-page/bitstream-download-page.component.html b/src/app/bitstream-page/bitstream-download-page/bitstream-download-page.component.html index af3afe98f8..1467ffb0cc 100644 --- a/src/app/bitstream-page/bitstream-download-page/bitstream-download-page.component.html +++ b/src/app/bitstream-page/bitstream-download-page/bitstream-download-page.component.html @@ -1,5 +1,5 @@
-

{{'bitstream.download.page' | translate:{ bitstream: dsoNameService.getName((bitstream$ | async)) } }}

+

{{'bitstream.download.page' | translate:{ bitstream: dsoNameService.getName((bitstream$ | async)) } }}