Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaminduR committed Feb 5, 2024
1 parent d49d5f9 commit 66446a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -447,4 +447,4 @@ enter.identity.provider.name.pattern=Enter Identity provider name pattern (* for
error.while.reading.app.info=Error while reading identity providers
idp.issuer.name=Identity Provider's Issuer Name
idp.issuer.name.help=If the issuer name is different from the Identity Provider Name specify it
idp.local.banner.content=Updating resident Identity Provider configuration from here is not recommended.
idp.local.banner.content=Updating resident identity provider configuration from here is not recommended.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
}
}
boolean enableBanner = Boolean.parseBoolean(IdentityUtil.getProperty("EnableResidentIdpBanner");
boolean enableBanner = Boolean.parseBoolean(IdentityUtil.getProperty("EnableResidentIdpBanner"));
session.setAttribute("returnToPath", "../idpmgt/idp-mgt-edit-local.jsp");
session.setAttribute("cancelLink", "../idpmgt/idp-mgt-edit-local.jsp");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,4 @@ empty=
list=List
empty.current.password=Current password cannot be empty.
enter.role.name.not.changed=Entered role name is same as the original. Please rename the role.
role.banner.content=Permissions assigned here will only be used for the access control of the management console.
role.banner.content=Permissions granted in this context are solely for regulating access to the management console.

0 comments on commit 66446a7

Please sign in to comment.