mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 19:08:21 +00:00
[i18n] update (#5756)
This commit is contained in:
@@ -484,7 +484,7 @@ class Search extends Component {
|
||||
if (enableSeafileAI && indexState === INDEX_STATE.UNCREATED) {
|
||||
return (
|
||||
<div className="search-mode-similarity-index-status index-status-uncreated" onClick={this.onCreateIndex}>
|
||||
{gettext('Click create index')}
|
||||
{gettext('Create Index')}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user