mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 02:10:24 +00:00
Improve group manage page
This commit is contained in:
@@ -16,3 +16,9 @@ msg = _("Permission error: only group staff can add member")
|
||||
msg = _("Group not exists")
|
||||
msg = _("Group is full")
|
||||
msg = _("Failed to add member to group")
|
||||
|
||||
# group_remove_member rpc
|
||||
msg = _("Only group staff can remove member")
|
||||
msg = _("Group not exists")
|
||||
msg = _("Can not remove myself")
|
||||
|
||||
|
Reference in New Issue
Block a user