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:
parent
37e0f8f92b
commit
43053b8a82
2 changed files with 2 additions and 1 deletions
|
@ -3043,3 +3043,4 @@ chooseBindingType=Choose binding type
|
|||
selectFlowType=Select flow type
|
||||
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.
|
||||
searchForClientPolicy=Search for client policy
|
|
@ -84,7 +84,7 @@ export const SearchDropdown = ({
|
|||
onToggle={toggle}
|
||||
className="keycloak__client_authentication__searchdropdown"
|
||||
>
|
||||
{t("searchForPermission")}
|
||||
{t("searchForClientPolicy")}
|
||||
</DropdownToggle>
|
||||
}
|
||||
isOpen={open}
|
||||
|
|
Loading…
Reference in a new issue