Skip to content

Commit

Permalink
fixed login url for missing records
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimnielandt authored and fxprunayre committed Dec 6, 2024
1 parent 1b6d0fb commit df52e1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion web-ui/src/main/resources/catalog/locales/en-search.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,8 @@
"shareByEmail": "Share by email",
"zoomto": "Zoom To",
"recordNotFound": "The record with identifier <strong>{{uuid}}</strong> was not found or is not shared with you.",
"trySignIn": "Try to <a href=\"catalog.signin?redirect={{url}}\">sign in</a> if you've an account.", "intersectWith": "Intersects with",
"trySignIn": "Try <a href=\"{{signInFormAction}}?_csrf={{csrf}}&redirectUrl={{redirectUrlAfterSign}}\">to log in</a> if you have an account.",
"intersectWith": "Intersects with",
"fullyOutsideOf": "Fully outside of",
"encloses": "Enclosing",
"within": "Within",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<span
data-ng-hide="user"
data-translate=""
data-translate-values="{url: '{{url | encodeURIComponent}}'}"
data-translate-values="{signInFormAction: '{{signInFormAction}}', csrf: '{{csrf}}', redirectUrlAfterSign: '{{redirectUrlAfterSign}}'}"
>
trySignIn
</span>
Expand Down

0 comments on commit df52e1f

Please sign in to comment.