mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 07:44:50 +00:00
improved empty tips (#4391)
This commit is contained in:
@@ -19,8 +19,8 @@ class Content extends Component {
|
||||
} else {
|
||||
const emptyTip = (
|
||||
<EmptyTip>
|
||||
<h2>{gettext('You do not have connected devices')}</h2>
|
||||
<p>{gettext('Your clients (Desktop/Android/iOS) will be listed here.')}</p>
|
||||
<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>
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user