mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 15:19:06 +00:00
fix some translation
This commit is contained in:
@@ -121,7 +121,7 @@ class Groups extends Component {
|
||||
this.setState({
|
||||
groupList: newGroupList
|
||||
});
|
||||
toaster.success(gettext('Successfully Change the group.'));
|
||||
toaster.success(gettext('Successfully change the group'));
|
||||
}).catch((error) => {
|
||||
let errMessage = Utils.getErrorMsg(error);
|
||||
toaster.danger(errMessage);
|
||||
|
Reference in New Issue
Block a user