mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 07:01:12 +00:00
[system admin] improved empty tips for 'logs' & 'admin logs' pages (#4467)
This commit is contained in:
@@ -37,7 +37,7 @@ class Content extends Component {
|
||||
} else {
|
||||
const emptyTip = (
|
||||
<EmptyTip>
|
||||
<h2>{gettext('No File Access Logs.')}</h2>
|
||||
<h2>{gettext('No file access logs')}</h2>
|
||||
</EmptyTip>
|
||||
);
|
||||
const table = (
|
||||
|
Reference in New Issue
Block a user