Fixed searchClientRegistration message text (#28556)

* fixed message text

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

* fixed message text

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

* fixed message text

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-04-09 16:05:22 +01:00 committed by GitHub
parent e790d34943
commit 38df8d5359
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -3116,4 +3116,5 @@ loginUsernamePlaceholder=Login username
ownerHelp=Owner for this resource. ownerHelp=Owner for this resource.
parRequestUriLifespan=Lifetime of the Request URI for Pushed Authorization Request parRequestUriLifespan=Lifetime of the Request URI for Pushed Authorization Request
parRequestUriLifespanHelp=Number that represents the lifetime of the request URI. The default value is 1 minute. parRequestUriLifespanHelp=Number that represents the lifetime of the request URI. The default value is 1 minute.
identityBrokeringLink=Identity brokering link identityBrokeringLink=Identity brokering link
searchClientRegistration=Search for policy

View file

@ -104,7 +104,7 @@ export const ClientRegistrationList = ({
<DeleteConfirm /> <DeleteConfirm />
<KeycloakDataTable <KeycloakDataTable
ariaLabelKey="clientRegistration" ariaLabelKey="clientRegistration"
searchPlaceholderKey="searchClientRegistration" searchPlaceholderKey={t("searchClientRegistration")}
data-testid={`clientRegistration-${subType}`} data-testid={`clientRegistration-${subType}`}
loader={policies} loader={policies}
toolbarItem={ toolbarItem={