From 4a8ce0db849fa34392253f740ee5bb854f876a89 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 30 Aug 2023 17:08:57 +0300 Subject: [PATCH] src: use "Access Rights" on item view Feedback based on CGSpace partners meeting review of DSpace 7. --- src/assets/i18n/en.json5 | 2 +- src/themes/cgspace/assets/i18n/en.json5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index 715fa5e50c7..14e749d829a 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -5262,7 +5262,7 @@ "item.page.type": "Type", - "item.page.accessRights": "Accessibility", + "item.page.accessRights": "Access Rights", "item.page.license": "Usage Rights", diff --git a/src/themes/cgspace/assets/i18n/en.json5 b/src/themes/cgspace/assets/i18n/en.json5 index 1d9b2a306c0..5f73e91f3b7 100644 --- a/src/themes/cgspace/assets/i18n/en.json5 +++ b/src/themes/cgspace/assets/i18n/en.json5 @@ -40,7 +40,7 @@ "item.page.available": "Date Online", "item.page.language": "Language", "item.page.type": "Type", - "item.page.accessRights": "Accessibility", + "item.page.accessRights": "Access Rights", "item.page.license": "Usage Rights", "item.page.affiliation": "Organizations Affiliated to the Authors", "item.page.donor": "Investors/sponsors",