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:
@@ -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>
|
||||
);
|
||||
|
Reference in New Issue
Block a user