1
0
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:
llj
2023-11-10 14:56:14 +08:00
committed by GitHub
parent 875b900f84
commit 4894faedbd
3 changed files with 3 additions and 3 deletions

View File

@@ -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>
);
}