Skip to content

Commit

Permalink
Merge pull request #267 from chamathns/org-self-service-connector-patch
Browse files Browse the repository at this point in the history
Update friendly name of the connector config
  • Loading branch information
chamathns authored Oct 24, 2023
2 parents 0eab15a + e67dc9a commit a2cb4ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class OrganizationMgtGovernanceConnectorImp implements IdentityConnectorC

private static final String CONNECTOR_NAME = "organization-self-service";
private static final String CATEGORY = "User Onboarding";
private static final String FRIENDLY_NAME = "Suborganization Self Service";
private static final String FRIENDLY_NAME = "Organization Self Service";

@Override
public String getName() {
Expand Down

0 comments on commit a2cb4ca

Please sign in to comment.