Skip to content

Commit

Permalink
Added message for the expiration token message - it was hardcoded.
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Dec 20, 2023
1 parent ac65119 commit 47f2eb2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="jumbotron jumbotron-fluid bg-clarin-red rounded">
<div class="container">
<h1 class="display-4 px-3 py-3">The download token is expired, you will be redirected to the download page.</h1>
<h1 class="display-4 px-3 py-3">{{'clarin.bitstream.expired.dtoken.message' | translate}}</h1>
</div>
</div>
4 changes: 4 additions & 0 deletions src/assets/i18n/cs.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand Down
3 changes: 3 additions & 0 deletions src/assets/i18n/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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" ,


Expand Down

0 comments on commit 47f2eb2

Please sign in to comment.