[java-identity-provider] branch main updated: IDP-2087 - String "Information Release" hardcoded
Scott Cantor
cantor.2 at osu.edu
Wed Sep 6 12:56:03 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=a48952c074a8faa446bd46d99dc6443ee3d16fe5
The following commit(s) were added to refs/heads/main by this push:
new a48952c07 IDP-2087 - String "Information Release" hardcoded
a48952c07 is described below
commit a48952c074a8faa446bd46d99dc6443ee3d16fe5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 6 08:56:00 2023 -0400
IDP-2087 - String "Information Release" hardcoded
https://shibboleth.atlassian.net/browse/IDP-2087
Not a new message so just had to copy the macro in.
---
.../net/shibboleth/idp/module/views/intercept/attribute-release.vm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/views/intercept/attribute-release.vm b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/views/intercept/attribute-release.vm
index 6ab823af3..db103833e 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/views/intercept/attribute-release.vm
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/views/intercept/attribute-release.vm
@@ -40,7 +40,7 @@
<img class="main-logo" src="$request.getContextPath()#springMessageText("idp.logo", "/images/placeholder-logo.png")" alt="#springMessageText("idp.logo.alt-text", "logo")" />
</header>
<section>
- <h1>Information Release</h1>
+ <h1>#springMessageText("idp.attribute-release.title", "Information Release")</h1>
#if ($rpOrganizationLogo)
<img class="service-logo" src="$encoder.encodeForHTMLAttribute($rpOrganizationLogo)" alt="logo for $encoder.encodeForHTMLAttribute($serviceName)" />
#end
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list