mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-20 16:08:48 -05:00
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:
+1
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user