From f10ccb166307cf281cbd36c757972eb3e1babf2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Antonio=20Mu=C3=B1oz=20Herbas?= <45716853+jmunozherbas@users.noreply.github.com> Date: Wed, 23 Mar 2022 04:01:25 -0400 Subject: [PATCH] fix(jans-auth-server): authorize page message policy (#1096) --- jans-auth-server/server/src/main/resources/oxauth.properties | 2 +- jans-auth-server/server/src/main/resources/oxauth_en.properties | 2 +- jans-auth-server/server/src/main/resources/oxauth_fr.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jans-auth-server/server/src/main/resources/oxauth.properties b/jans-auth-server/server/src/main/resources/oxauth.properties index 5383c7723e7..90bb135dfef 100644 --- a/jans-auth-server/server/src/main/resources/oxauth.properties +++ b/jans-auth-server/server/src/main/resources/oxauth.properties @@ -1,6 +1,6 @@ common.copyright=Powered by common.allRightsReserved=Free and open source access management. -common.agreePolicy=By proceeding, you agree with the {0} +common.agreePolicy=By proceeding, you agree with the common.privacyPolicy=Privacy Policy common.pleaseReadTheTos=Please read the common.termsOfService=Terms of Service diff --git a/jans-auth-server/server/src/main/resources/oxauth_en.properties b/jans-auth-server/server/src/main/resources/oxauth_en.properties index 413e1763255..71eebc00ca1 100644 --- a/jans-auth-server/server/src/main/resources/oxauth_en.properties +++ b/jans-auth-server/server/src/main/resources/oxauth_en.properties @@ -1,6 +1,6 @@ common.copyright=Powered by common.allRightsReserved=Free and open source access management. -common.agreePolicy=By proceeding, you agree with the {0} +common.agreePolicy=By proceeding, you agree with the common.privacyPolicy=Privacy Policy common.pleaseReadTheTos=Please read the common.termsOfService=Terms of Service diff --git a/jans-auth-server/server/src/main/resources/oxauth_fr.properties b/jans-auth-server/server/src/main/resources/oxauth_fr.properties index 289e968efc3..9b7024955ab 100644 --- a/jans-auth-server/server/src/main/resources/oxauth_fr.properties +++ b/jans-auth-server/server/src/main/resources/oxauth_fr.properties @@ -1,6 +1,6 @@ common.copyright=Powered by common.allRightsReserved=Free and open source access management. -common.agreePolicy=By proceeding, you agree with the {0} +common.agreePolicy=By proceeding, you agree with the common.privacyPolicy=Privacy Policy common.pleaseReadTheTos=Please read the common.termsOfService=Terms of Service