diff --git a/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties b/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties
index a1c4ef80941..f69fbb12b7b 100644
--- a/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties
+++ b/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties
@@ -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.
diff --git a/js/apps/admin-ui/src/user-federation/UserFederationSection.tsx b/js/apps/admin-ui/src/user-federation/UserFederationSection.tsx
index efce95fc46e..2fb0e7845b6 100644
--- a/js/apps/admin-ui/src/user-federation/UserFederationSection.tsx
+++ b/js/apps/admin-ui/src/user-federation/UserFederationSection.tsx
@@ -201,7 +201,7 @@ export default function UserFederationSection() {