diff options
Diffstat (limited to 'templates/web/default/admin/index.html')
-rw-r--r-- | templates/web/default/admin/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/admin/index.html b/templates/web/default/admin/index.html index d88897872..5415222ab 100644 --- a/templates/web/default/admin/index.html +++ b/templates/web/default/admin/index.html @@ -1,6 +1,6 @@ [% INCLUDE 'admin/header.html' title=loc('Summary') -%] -[% IF c.config.SHOW_ADMIN_HINTS AND total_bodies == 0 %] +[% IF total_bodies == 0 %] <p class="fms-admin-info"> [% loc('Currently no bodies have been created.') %] <br> |