mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 00:00:00 +00:00
[i18n] fixup
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user