1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 04:10: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

@@ -31,7 +31,7 @@ class MyLibraries extends Component {
this.emptyTip = (
<EmptyTip
title={gettext('No libraries')}
text={gettext('You have not created any libraries yet. A library is a container to organize your files and folders. A library can also be shared with others and synced to your connected devices. You can create a library by clicking the "New Library" button in the menu bar.')}
text={gettext('You have not created any libraries yet. A library is a container to organize your files and folders. A library can also be shared with others and synced to your connected devices. You can create a library by clicking the "New Library" item in the dropdown menu.')}
>
</EmptyTip>
);