fix: Positioning on wide settings header

This commit is contained in:
Tom Moor
2023-12-19 10:55:19 -05:00
parent c3429bdbbd
commit 1c0e396cd1
6 changed files with 28 additions and 14 deletions

View File

@@ -195,7 +195,7 @@ function UserMenu({ user }: Props) {
},
{
type: "button",
title: t("Activate account"),
title: t("Activate user"),
onClick: handleActivate,
visible: !user.isInvited && user.isSuspended,
},