1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 00:00:00 +00:00

[i18n] fixup

This commit is contained in:
llj
2024-01-24 18:22:50 +08:00
parent 2b703efb46
commit 33f6426539
6 changed files with 6 additions and 6 deletions

View File

@@ -532,7 +532,7 @@ export default class AISearch extends Component {
onDeleteIndex = () => {
seafileAPI.deleteLibraryIndex(this.props.repoID).then(res => {
toaster.notify(gettext('Successfully turned off'));
toaster.notify(gettext('Successfully turned it off'));
this.setState({ indexState: INDEX_STATE.UNCREATED });
}).catch(error => {
const errorMsg = Utils.getErrorMsg(error);