diff --git a/src/app/shared/notifications/notifications.service.ts b/src/app/shared/notifications/notifications.service.ts
index fa65d69530..ab21ab61f7 100644
--- a/src/app/shared/notifications/notifications.service.ts
+++ b/src/app/shared/notifications/notifications.service.ts
@@ -75,7 +75,7 @@ export class NotificationsService {
this.translate.get(hrefTranslateLabel)
.pipe(first())
.subscribe((hrefMsg) => {
- const anchor = `
+ const anchor = `
${hrefMsg}
`;
const interpolateParams = Object.create({});
diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5
index e7cfdb9e4d..1bd85f8945 100644
--- a/src/assets/i18n/en.json5
+++ b/src/assets/i18n/en.json5
@@ -1737,7 +1737,7 @@
"mydspace.description": "",
- "mydspace.general.text-here": "HERE",
+ "mydspace.general.text-here": "here",
"mydspace.messages.controller-help": "Select this option to send a message to item's submitter.",