fix: Consistency of member/editor language
fix: 'Delete' option on collection menu should show as dangerous
This commit is contained in:
@@ -93,7 +93,7 @@ const MemberListItem = ({
|
||||
) : user.email ? (
|
||||
user.email
|
||||
) : (
|
||||
t("Member")
|
||||
t("Editor")
|
||||
)
|
||||
}
|
||||
actions={
|
||||
|
||||
Reference in New Issue
Block a user