diff --git a/components/org.wso2.carbon.identity.governance.ui/src/main/resources/org/wso2/carbon/identity/governance/ui/i18n/Resources.properties b/components/org.wso2.carbon.identity.governance.ui/src/main/resources/org/wso2/carbon/identity/governance/ui/i18n/Resources.properties index d8c546257b..cf5a83efd5 100644 --- a/components/org.wso2.carbon.identity.governance.ui/src/main/resources/org/wso2/carbon/identity/governance/ui/i18n/Resources.properties +++ b/components/org.wso2.carbon.identity.governance.ui/src/main/resources/org/wso2/carbon/identity/governance/ui/i18n/Resources.properties @@ -15,7 +15,7 @@ # add.tenant.config=Add -add.tenant.config.menu=Account/Password Management +add.tenant.config.menu=Governance add.tenant.config.header=Add Tenant Configuration Details identity.listner.enable=Identity Listner Enable notification.sending.enable=Notification Sending Enable diff --git a/components/org.wso2.carbon.identity.governance.ui/src/main/resources/web/identity-tenantmgt/add_config.jsp b/components/org.wso2.carbon.identity.governance.ui/src/main/resources/web/identity-tenantmgt/add_config.jsp index 685567d356..84c48d3c0e 100644 --- a/components/org.wso2.carbon.identity.governance.ui/src/main/resources/web/identity-tenantmgt/add_config.jsp +++ b/components/org.wso2.carbon.identity.governance.ui/src/main/resources/web/identity-tenantmgt/add_config.jsp @@ -92,14 +92,13 @@

- Add Configuration Details + Identity Governance

- <% Map configurations = new HashMap(); - int i=0; + <% List values = new ArrayList() {{ add("true"); add("false"); @@ -108,16 +107,16 @@ <%for (int j = 0; j < configs.length; j++) {%>

- <%=Encode.forHtmlAttribute(configs[i].getFriendlyName())%> + <%=Encode.forHtmlAttribute(configs[j].getFriendlyName())%>