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:
parent
e790d34943
commit
38df8d5359
2 changed files with 3 additions and 2 deletions
|
@ -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
|
|
@ -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={
|
||||||
|
|
Loading…
Reference in a new issue