mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-15 14:49:09 +00:00
improved empty tips (#4391)
This commit is contained in:
@@ -30,8 +30,8 @@ class Content extends Component {
|
||||
} else {
|
||||
const emptyTip = (
|
||||
<EmptyTip>
|
||||
<h2>{gettext('You have not shared any folders')}</h2>
|
||||
<p>{gettext('You can share a single folder with a registered user if you don\'t want to share a whole library.')}</p>
|
||||
<h2>{gettext('No folders shared')}</h2>
|
||||
<p>{gettext('You have not shared any folders with other users yet. You can share a folder with other users by clicking the share icon to the right of a folder\'s name.')}</p>
|
||||
</EmptyTip>
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user