1
0
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:
llj 2024-08-14 17:29:52 +08:00 committed by GitHub
parent 76e87a8611
commit 44bf9e51ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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