Skip to content

Commit

Permalink
Fixed translation for search box in clients authorization policies tab (
Browse files Browse the repository at this point in the history
keycloak#26387)

* resolved conflict

Signed-off-by: Agnieszka Gancarczyk <[email protected]>

* resolved conflict

Signed-off-by: Agnieszka Gancarczyk <[email protected]>

---------

Signed-off-by: Agnieszka Gancarczyk <[email protected]>
Co-authored-by: Agnieszka Gancarczyk <[email protected]>
  • Loading branch information
agagancarczyk and agagancarczyk authored Jan 22, 2024
1 parent 37e0f8f commit 43053b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const SearchDropdown = ({
onToggle={toggle}
className="keycloak__client_authentication__searchdropdown"
>
{t("searchForPermission")}
{t("searchForClientPolicy")}
</DropdownToggle>
}
isOpen={open}
Expand Down

0 comments on commit 43053b8

Please sign in to comment.