diff --git a/src/app/shared/file-download-link/file-download-link.component.html b/src/app/shared/file-download-link/file-download-link.component.html
index d649c0ad4e..aea5c4562c 100644
--- a/src/app/shared/file-download-link/file-download-link.component.html
+++ b/src/app/shared/file-download-link/file-download-link.component.html
@@ -1,4 +1,8 @@
-
+
diff --git a/src/app/shared/file-download-link/file-download-link.component.ts b/src/app/shared/file-download-link/file-download-link.component.ts
index 9b01cd799d..3080a94bd3 100644
--- a/src/app/shared/file-download-link/file-download-link.component.ts
+++ b/src/app/shared/file-download-link/file-download-link.component.ts
@@ -22,6 +22,7 @@ import {
getBitstreamDownloadRoute,
getBitstreamRequestACopyRoute,
} from '../../app-routing-paths';
+import { DSONameService } from '../../core/breadcrumbs/dso-name.service';
import { AuthorizationDataService } from '../../core/data/feature-authorization/authorization-data.service';
import { FeatureID } from '../../core/data/feature-authorization/feature-id';
import { Bitstream } from '../../core/shared/bitstream.model';
@@ -73,6 +74,7 @@ export class FileDownloadLinkComponent implements OnInit {
constructor(
private authorizationService: AuthorizationDataService,
+ public dsoNameService: DSONameService,
) {
}
diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5
index fc8b3ce21f..497949c5d4 100644
--- a/src/assets/i18n/en.json5
+++ b/src/assets/i18n/en.json5
@@ -6758,6 +6758,8 @@
"browse.search-form.placeholder": "Search the repository",
+ "file-download-link.download": "Download ",
+
"register-page.registration.aria.label": "Enter your e-mail address",
"forgot-email.form.aria.label": "Enter your e-mail address",
diff --git a/src/assets/i18n/es.json5 b/src/assets/i18n/es.json5
index 25dfb54ca2..e15a120f12 100644
--- a/src/assets/i18n/es.json5
+++ b/src/assets/i18n/es.json5
@@ -8152,11 +8152,12 @@
//"browse.search-form.placeholder": "Search the repository",
"browse.search-form.placeholder": "Buscar en el repositorio",
+ // "file-download-link.download": "Download ",
+ "file-download-link.download": "Descargar ",
+
// "register-page.registration.aria.label": "Enter your e-mail address",
"register-page.registration.aria.label": "Introduzca su dirección de correo electrónico",
// "forgot-email.form.aria.label": "Enter your e-mail address",
"forgot-email.form.aria.label": "Introduzca su dirección de correo electrónico",
-
-
}
diff --git a/src/assets/i18n/pt-BR.json5 b/src/assets/i18n/pt-BR.json5
index 9ebdc5fbbf..ad738401af 100644
--- a/src/assets/i18n/pt-BR.json5
+++ b/src/assets/i18n/pt-BR.json5
@@ -10250,6 +10250,9 @@
//"browse.search-form.placeholder": "Search the repository",
"browse.search-form.placeholder": "Buscar no repositório",
+ // "file-download-link.download": "Download ",
+ "file-download-link.download": "Baixar ",
+
// "register-page.registration.aria.label": "Enter your e-mail address",
"register-page.registration.aria.label": "Digite seu e-mail",