mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 10:58:33 +00:00
Fixup some minor english grammar mistakes.
This commit is contained in:
@@ -13,12 +13,12 @@ msg = _("Failed to create org group.")
|
||||
|
||||
# group_add_member rpc
|
||||
msg = _("Permission error: only group staff can add member")
|
||||
msg = _("Group not exists")
|
||||
msg = _("Group does not exist")
|
||||
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 = _("Group does not exist")
|
||||
msg = _("Can not remove myself")
|
||||
|
||||
|
Reference in New Issue
Block a user