1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-28 16:17:02 +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

@@ -127,7 +127,7 @@ class SharedWithAll extends React.Component {
<p className={`libraries-empty-tip-in-${currentViewMode}-mode`}>{gettext('No public libraries')}</p> : (
<EmptyTip
title={gettext('No public libraries')}
text={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.')}
text={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.')}
>
</EmptyTip>
);