1
0
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:
Michael An
2024-08-16 15:04:04 +08:00
parent f6b85099a8
commit 1161d43822
9 changed files with 10 additions and 10 deletions

View File

@@ -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);