mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Admin console shows label 'Add providers' on some pages instead of 'Providers'
closes #41909 Signed-off-by: mposolda <mposolda@gmail.com>
This commit is contained in:
@@ -1557,7 +1557,8 @@ claimFilterName=Essential claim
|
||||
deletePolicy=Permanently delete policy?
|
||||
assertionConsumerServiceRedirectBindingURLHelp=SAML Redirect Binding URL for the client's assertion consumer service (login responses). You can leave this blank if you do not have a URL for this binding.
|
||||
searchFor=Search role by name
|
||||
providers=Add providers
|
||||
add-providers=Add providers
|
||||
providers=Providers
|
||||
writeOnly=Write only
|
||||
noRolesInstructions-clientScopes=You haven't created any roles for this client scope. Create a role to get started.
|
||||
noRolesInstructions-clients=You haven't created any roles for this client scope. Create a role to get started.
|
||||
|
||||
@@ -201,7 +201,7 @@ export default function UserFederationSection() {
|
||||
</TextContent>
|
||||
<TextContent>
|
||||
<Text className="pf-v5-u-mt-lg" component={TextVariants.h2}>
|
||||
{t("providers")}
|
||||
{t("add-providers")}
|
||||
</Text>
|
||||
</TextContent>
|
||||
<hr className="pf-v5-u-mb-lg" />
|
||||
|
||||
Reference in New Issue
Block a user