From f07f357a86f427c9433b8dee5645d8a8d4fc70de Mon Sep 17 00:00:00 2001
From: Michael An <2331806369@qq.com>
Date: Wed, 20 Nov 2024 20:36:24 +0800
Subject: [PATCH] change 'in the menu bae' to 'in the dropdown menu' (#7073)
---
frontend/src/pages/groups/group-view.js | 4 ++--
frontend/src/pages/invitations/invitations-view.js | 2 +-
frontend/src/pages/my-libs/my-libs.js | 2 +-
frontend/src/pages/shared-with-all/index.js | 2 +-
frontend/src/pages/wikis/wikis.js | 2 +-
frontend/src/translate.js | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/frontend/src/pages/groups/group-view.js b/frontend/src/pages/groups/group-view.js
index e297cf4f10..7c5e750a40 100644
--- a/frontend/src/pages/groups/group-view.js
+++ b/frontend/src/pages/groups/group-view.js
@@ -132,7 +132,7 @@ class GroupView extends React.Component {
return (
{gettext('No public libraries')}
: ({gettext('You do not have any Wikis yet.')}
-{gettext('You can add a Wiki by clicking the "Add Wiki" item in the menu.')}
+{gettext('You can add a Wiki by clicking the "Add Wiki" item in the dropdown menu.')}
> } /> diff --git a/frontend/src/translate.js b/frontend/src/translate.js index 7b665a383c..708def3fa2 100644 --- a/frontend/src/translate.js +++ b/frontend/src/translate.js @@ -29,5 +29,5 @@ gettext('You have not shared any folders with other users yet. You can share a f gettext('You have not created any share links yet. A share link can be used to share files and folders with anyone. You can create a share link for a file or folder by clicking the share icon to the right of its name.'); gettext('You have not created any upload links yet. An upload link allows anyone to upload files to a folder or library. You can create an upload link for a folder or library by clicking the share icon to the right of its name.'); gettext('You have not added any libraries, folders or files to your favorites yet. A favorite gives you quick access to your most frequently used objects. You can add a library, folder or file to your favorites by clicking the star to the left of its name.'); -gettext('No public libraries have been created yet. A public library is accessible by all users. You can create a public library by clicking the "Add Library" button in the menu bar.'); +gettext('No public libraries have been created yet. A public library is accessible by all users. You can create a public library by clicking the "Add Library" item in the dropdown menu.'); gettext('No libraries have been shared directly with you. A shared library can be shared with full or restricted permission. If you need access to a library owned by another user, ask the user to share the library with you.');