diff --git a/js/apps/account-ui/src/account-security/AccountRow.tsx b/js/apps/account-ui/src/account-security/AccountRow.tsx index 838f07b7d1f..7d70f012dbc 100644 --- a/js/apps/account-ui/src/account-security/AccountRow.tsx +++ b/js/apps/account-ui/src/account-security/AccountRow.tsx @@ -1,4 +1,8 @@ -import { IconMapper, useEnvironment } from "@keycloak/keycloak-ui-shared"; +import { + IconMapper, + label, + useEnvironment, +} from "@keycloak/keycloak-ui-shared"; import { Button, DataListAction, @@ -63,7 +67,7 @@ export const AccountRow = ({ - {account.displayName} + {label(t, account.displayName)}