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:
mposolda
2025-08-15 16:24:09 +02:00
committed by Pedro Igor
parent aa5fadb863
commit 81bd11001c
2 changed files with 3 additions and 2 deletions

View File

@@ -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.

View File

@@ -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" />