mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 23:02:26 +00:00
change empty tips (#6565)
* [draft] change empty tips * remove useless codes
This commit is contained in:
@@ -30,9 +30,10 @@ class Content extends Component {
|
||||
return <p className="error text-center">{errorMsg}</p>;
|
||||
} else {
|
||||
const emptyTip = (
|
||||
<EmptyTip>
|
||||
<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
|
||||
title={gettext('No folders shared')}
|
||||
text={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.')}
|
||||
>
|
||||
</EmptyTip>
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user