mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 15:54:39 +00:00
change empty tips (#6565)
* [draft] change empty tips * remove useless codes
This commit is contained in:
@@ -20,10 +20,10 @@ class Content extends Component {
|
||||
return <p className="error text-center">{errorMsg}</p>;
|
||||
} else {
|
||||
const emptyTip = (
|
||||
<EmptyTip>
|
||||
<h2>{gettext('No linked devices')}</h2>
|
||||
<p>{gettext('You have not accessed your files with any client (desktop or mobile) yet. Configure clients on your devices to access your data more comfortably.')}</p>
|
||||
</EmptyTip>
|
||||
<EmptyTip
|
||||
title={gettext('No linked devices')}
|
||||
text={gettext('You have not accessed your files with any client (desktop or mobile) yet. Configure clients on your devices to access your data more comfortably.')}
|
||||
/>
|
||||
);
|
||||
|
||||
const desktopThead = (
|
||||
|
Reference in New Issue
Block a user