diff --git a/src/Umbraco.Web.UI.Client/src/packages/user/user/entity-actions/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/user/user/entity-actions/manifests.ts index ebfa4f30a1..c6da2e5981 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/user/user/entity-actions/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/user/user/entity-actions/manifests.ts @@ -82,8 +82,8 @@ const entityActions: Array = [ weight: 600, api: UmbUnlockUserEntityAction, meta: { - icon: 'umb:key', - label: 'Change Password', + icon: 'umb:unlocked', + label: 'Unlock', repositoryAlias: CHANGE_USER_PASSWORD_REPOSITORY_ALIAS, entityTypes: [UMB_USER_ENTITY_TYPE], },