1
0
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:
Michael An
2024-10-16 14:09:14 +08:00
committed by GitHub
parent afa74aca89
commit 88cb2637d2
17 changed files with 25 additions and 26 deletions

View File

@@ -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({