diff --git a/openid-connect-server-webapp/src/main/resources/messages_en.properties b/openid-connect-server-webapp/src/main/resources/messages_en.properties index 7c924c1b4..16f904816 100644 --- a/openid-connect-server-webapp/src/main/resources/messages_en.properties +++ b/openid-connect-server-webapp/src/main/resources/messages_en.properties @@ -3,18 +3,20 @@ common.login=Log in common.logout=Log out about.title=About -about.body=
\ +about.body=\ This OpenID Connect service is built from the MITREid Connect Open Source project, from \ The MITRE Corporation and the MIT Kerberos and Internet Trust Consortium.\
\\ More information about the project can be found at \ MITREid Connect on GitHub. \ -There, you can submit bug reports, give feedback, or even contribute code patches for additional features you'd like to see.\ -
+There, you can submit bug reports, give feedback, or even contribute code patches for additional features you'd like to see. statistics.title=Statistics home.title=Home contact.title=Contact +contact.body=To report bugs with the MITREid Connect software itself, use the \ +GitHub issue tracker. \ +For problems relating to this server, contact the server's administrator. diff --git a/openid-connect-server-webapp/src/main/resources/messages_sv.properties b/openid-connect-server-webapp/src/main/resources/messages_sv.properties index fd1cba801..db6a5b94d 100644 --- a/openid-connect-server-webapp/src/main/resources/messages_sv.properties +++ b/openid-connect-server-webapp/src/main/resources/messages_sv.properties @@ -4,18 +4,21 @@ common.login=Logga in common.logout=Logga ut about.title=Om Tjänsten -about.body=\ +about.body=\ Denna OpenID Connect är baserad på öppen källkod ifrån projektet MITREid, skapat av \ The MITRE Corporation och MIT Kerberos and Internet Trust Consortium.\
\\ Mer information om projektet kan finns i projektet \ MITREid Connect på GitHub. \ -Där kan du skicka in felrapporter, komma med återkoppling, eller till och med bidra med kodtillägg för ytterligare funktioner du skulle vilja ha.\ -
+Där kan du skicka in felrapporter, komma med återkoppling, eller till och med bidra med kodtillägg för ytterligare funktioner du skulle vilja ha. statistics.title=Statistik home.title=Hem contact.title=Kontakt +contact.body=\ +För att rapportera fel i själva programvaran MITREid Connect, använd \ +GitHub issue tracker. \ +För problem som är specifika för denna server, kontakta tjänstens administrator. diff --git a/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/aboutContent.tag b/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/aboutContent.tag index 774e3172f..da7f1f66d 100644 --- a/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/aboutContent.tag +++ b/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/aboutContent.tag @@ -1,3 +1,5 @@ <%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
-To report bugs with the MITREid Connect software itself, use the GitHub issue tracker. -For problems relating to this server, contact the server's administrator. +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +
+