mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-15 06:44:16 +00:00
improve translate (#2680)
This commit is contained in:
@@ -153,7 +153,7 @@ class Wikis extends Component {
|
||||
}
|
||||
{(!this.state.loading && this.state.wikis.length === 0) &&
|
||||
<div className="message empty-tip">
|
||||
<h2>{gettext('You do not have any Wiki')}</h2>
|
||||
<h2>{gettext('You do not have any wiki')}</h2>
|
||||
<p>{gettext('Seafile Wiki enables you to organize your knowledge in a simple way. The contents of wiki is stored in a normal library with pre-defined file/folder structure. This enables you to edit your wiki in your desktop and then sync back to the server.')}</p>
|
||||
</div>
|
||||
}
|
||||
|
Reference in New Issue
Block a user