Skip to content
Snippets Groups Projects
Verified Commit b000b8e4 authored by Dominik Frantisek Bucik's avatar Dominik Frantisek Bucik
Browse files

fix: :bug: Jurisdiction in LS AAI consents

parent 8f23f422
Branches fix_juridiction
Tags
No related merge requests found
Pipeline #416671 passed
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<h4>This service is provided by an international organization.</h4> <h4>This service is provided by an international organization.</h4>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<h4>This service is in ${jurisdiction}/></h4> <h4>This service is in ${fullJurisdiction}</h4>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<c:choose> <c:choose>
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<h4>This service is provided by an international organization.</h4> <h4>This service is provided by an international organization.</h4>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<h4>This service is in ${jurisdiction}/></h4> <h4>This service is in ${fullJurisdiction}</h4>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<c:choose> <c:choose>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment