diff --git a/.changeset/lazy-plants-report.md b/.changeset/lazy-plants-report.md new file mode 100644 index 00000000000..9766267b589 --- /dev/null +++ b/.changeset/lazy-plants-report.md @@ -0,0 +1,5 @@ +--- +"@wso2is/console": patch +--- + +(fix) Fix empty placeholder text in `Roles` section in the edit user. diff --git a/apps/console/src/features/users/components/user-roles-list.tsx b/apps/console/src/features/users/components/user-roles-list.tsx index b7da112d802..7002157d5c9 100644 --- a/apps/console/src/features/users/components/user-roles-list.tsx +++ b/apps/console/src/features/users/components/user-roles-list.tsx @@ -73,12 +73,13 @@ export const UserRolesList: FunctionComponent = ( const getPlaceholders = () => { if (showEmptyRolesListPlaceholder) { return ( - // TODO: Need to replace the i18N with the correct one.