mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-02 07:47:32 +00:00
[Wikis] fixup for the empty tip (#6556)
* [Wikis] fixup for the empty tip * [Wikis] fixup for the empty tip
This commit is contained in:
parent
76e87a8611
commit
44bf9e51ff
@ -309,9 +309,8 @@ class Wikis extends Component {
|
||||
<div className="cur-view-content">
|
||||
<EmptyTip>
|
||||
<h2>{gettext('No Wikis')}</h2>
|
||||
<p>{gettext('You have not any wikis yet.')}</p>
|
||||
<p>{gettext('A wiki can be accessed by anyone, not only users, via its URL.')}</p>
|
||||
<p>{gettext('You can add a wiki by clicking the "Add Wiki" button in the menu bar.')}</p>
|
||||
<p>{gettext('You do not have any wikis yet.')}</p>
|
||||
<p>{gettext('You can add a wiki by clicking the "Add Wiki" button in the menu.')}</p>
|
||||
</EmptyTip>
|
||||
</div>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user