diff --git a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/lsaai/approve.jsp b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/lsaai/approve.jsp
index 5df046e975fcb3254d97bfc7216f9e7bd0bc701d..201823b5a6c29bf159e9f9b7b9e2f58395ccbb57 100644
--- a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/lsaai/approve.jsp
+++ b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/lsaai/approve.jsp
@@ -42,7 +42,7 @@
           <h4>This service is provided by an international organization.</h4>
         </c:when>
         <c:otherwise>
-          <h4>This service is in ${jurisdiction}/></h4>
+          <h4>This service is in ${fullJurisdiction}</h4>
         </c:otherwise>
       </c:choose>
       <c:choose>
diff --git a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/lsaai/approveDevice.jsp b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/lsaai/approveDevice.jsp
index 2261d5ebb6574fe71ddc9ec31788bf42b0ceb75b..02e6e77bf4c4089cfc39b5c0d339dc7689c99492 100644
--- a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/lsaai/approveDevice.jsp
+++ b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/lsaai/approveDevice.jsp
@@ -46,7 +46,7 @@
                     <h4>This service is provided by an international organization.</h4>
                 </c:when>
                 <c:otherwise>
-                    <h4>This service is in ${jurisdiction}/></h4>
+                    <h4>This service is in ${fullJurisdiction}</h4>
                 </c:otherwise>
             </c:choose>
             <c:choose>