1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-10 03:11:07 +00:00

repair word error (#3063)

* repair word error

* repair translate
This commit is contained in:
杨顺强
2019-03-06 17:52:41 +08:00
committed by Daniel Pan
parent b477daaff8
commit 95b391a6c6

View File

@@ -84,7 +84,7 @@ class UserItem extends React.Component {
});
Toast.success(gettext('Edit succeeded.'));
}).catch(err => {
Toast.danger(gettext('Edit falied.'));
Toast.danger(gettext('Edit failed.'));
});
}