From 44bf9e51ffc99ee3a907a0fdd9a8747eca69b8c6 Mon Sep 17 00:00:00 2001 From: llj Date: Wed, 14 Aug 2024 17:29:52 +0800 Subject: [PATCH] [Wikis] fixup for the empty tip (#6556) * [Wikis] fixup for the empty tip * [Wikis] fixup for the empty tip --- frontend/src/pages/wikis/wikis.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/wikis/wikis.js b/frontend/src/pages/wikis/wikis.js index 0d46c289e5..f65766f268 100644 --- a/frontend/src/pages/wikis/wikis.js +++ b/frontend/src/pages/wikis/wikis.js @@ -309,9 +309,8 @@ class Wikis extends Component {

{gettext('No Wikis')}

-

{gettext('You have not any wikis yet.')}

-

{gettext('A wiki can be accessed by anyone, not only users, via its URL.')}

-

{gettext('You can add a wiki by clicking the "Add Wiki" button in the menu bar.')}

+

{gettext('You do not have any wikis yet.')}

+

{gettext('You can add a wiki by clicking the "Add Wiki" button in the menu.')}

}