1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-09 02:42:47 +00:00

change 'in the menu bae' to 'in the dropdown menu' (#7073)

This commit is contained in:
Michael An
2024-11-20 20:36:24 +08:00
committed by GitHub
parent 2edba35cf2
commit f07f357a86
6 changed files with 7 additions and 7 deletions

View File

@@ -132,7 +132,7 @@ class GroupView extends React.Component {
return (
<EmptyTip
title={gettext('No libraries shared with this group')}
text={gettext('No libraries have been shared with this group yet. A library shared with a group can be accessed by all group members. You can share a library with a group in "My Libraries". You can also create a new library to be shared with this group by clicking the "New Library" button in the menu bar.')}
text={gettext('No libraries have been shared with this group yet. A library shared with a group can be accessed by all group members. You can share a library with a group in "My Libraries". You can also create a new library to be shared with this group by clicking the "New Library" item in the dropdown menu.')}
/>
);
} else {
@@ -144,7 +144,7 @@ class GroupView extends React.Component {
return (
<EmptyTip
title={gettext('No libraries')}
text={gettext('You can create libraries by clicking the "New Library" button in the menu bar.')}
text={gettext('You can create libraries by clicking the "New Library" item in the dropdown menu.')}
/>
);
}