Fixed translation for search box in clients authorization policies tab (#26387)

* resolved conflict

Signed-off-by: Agnieszka Gancarczyk <agancarc@redhat.com>

* resolved conflict

Signed-off-by: Agnieszka Gancarczyk <agancarc@redhat.com>

---------

Signed-off-by: Agnieszka Gancarczyk <agancarc@redhat.com>
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
agagancarczyk 2024-01-22 15:10:37 +00:00 committed by GitHub
parent 37e0f8f92b
commit 43053b8a82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -3043,3 +3043,4 @@ chooseBindingType=Choose binding type
selectFlowType=Select flow type selectFlowType=Select flow type
selectClientAssertionSigningAlg=Select client assertion signing algorithm selectClientAssertionSigningAlg=Select client assertion signing algorithm
resourceDetailsTypeHelp=The type of this resource. It can be used to group different resource instances with the same type. resourceDetailsTypeHelp=The type of this resource. It can be used to group different resource instances with the same type.
searchForClientPolicy=Search for client policy

View file

@ -84,7 +84,7 @@ export const SearchDropdown = ({
onToggle={toggle} onToggle={toggle}
className="keycloak__client_authentication__searchdropdown" className="keycloak__client_authentication__searchdropdown"
> >
{t("searchForPermission")} {t("searchForClientPolicy")}
</DropdownToggle> </DropdownToggle>
} }
isOpen={open} isOpen={open}