mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 01:12:03 +00:00
fix translation (#6905)
* fix translation * change Successful to xxx updated * fix text
This commit is contained in:
@@ -34,7 +34,7 @@ class AddAbuseReportDialog extends React.Component {
|
||||
}
|
||||
seafileAPI.addAbuseReport(this.props.sharedToken, this.state.abuseType, this.state.description, this.state.reporter, this.props.filePath).then((res) => {
|
||||
this.props.toggleAddAbuseReportDialog();
|
||||
toaster.success(gettext('Success'), { duration: 2 });
|
||||
toaster.success(gettext('Abuse report added'), { duration: 2 });
|
||||
}).catch((error) => {
|
||||
if (error.response) {
|
||||
this.setState({
|
||||
|
Reference in New Issue
Block a user