diff --git a/src/app/bitstream-page/clarin-bitstream-token-expired/clarin-bitstream-token-expired.component.html b/src/app/bitstream-page/clarin-bitstream-token-expired/clarin-bitstream-token-expired.component.html index 835832bb45a..ec0a094f6f2 100644 --- a/src/app/bitstream-page/clarin-bitstream-token-expired/clarin-bitstream-token-expired.component.html +++ b/src/app/bitstream-page/clarin-bitstream-token-expired/clarin-bitstream-token-expired.component.html @@ -1,5 +1,5 @@
-

The download token is expired, you will be redirected to the download page.

+

{{'clarin.bitstream.expired.dtoken.message' | translate}}

diff --git a/src/assets/i18n/cs.json5 b/src/assets/i18n/cs.json5 index 758f92a42bb..d806f54d5f1 100644 --- a/src/assets/i18n/cs.json5 +++ b/src/assets/i18n/cs.json5 @@ -1039,6 +1039,10 @@ // "clarin.license.agreement.notification.cannot.send.email": "Error: cannot send the email.", "clarin.license.agreement.notification.cannot.send.email": "Error: cannot send the email.", + + // "clarin.bitstream.expired.dtoken.message": "The download token is expired, you will be redirected to the download page.", + "clarin.bitstream.expired.dtoken.message": "Platnost tokenu pro stahování vypršel, budete přesměrováni na stránku stahování.", + // "bitstream.download.page.back": "Back" , "bitstream.download.page.back" : "Zpět", diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index 72a9eacb8a7..f3fdad9ee54 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -699,6 +699,9 @@ "clarin.license.agreement.notification.check.email": "You will receive email with download link.", "clarin.license.agreement.notification.cannot.send.email": "Error: cannot send the email.", + + "clarin.bitstream.expired.dtoken.message": "The download token is expired, you will be redirected to the download page.", + "bitstream.download.page.back": "Back" ,