diff options
Diffstat (limited to 'module/web/templates/default/admin.html')
-rw-r--r-- | module/web/templates/default/admin.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/web/templates/default/admin.html b/module/web/templates/default/admin.html index 5b6be26eb..5be649de7 100644 --- a/module/web/templates/default/admin.html +++ b/module/web/templates/default/admin.html @@ -5,7 +5,8 @@ {% block content %} -{{ _("Note: You can only change permissions for webinterface.") }} {{ _("To add user or change passwords use:") }} <b>python pyLoadCore.py -u</b><br> +{{ _("Note: You can only change permissions for webinterface.") }} +{{ _("To add user or change passwords use:") }} <b>python pyLoadCore.py -u</b><br> {{ _("Important: Admin user have always all permissions! Only Admin user can use other clients like CLI and GUI.") }} <form action="" method="POST"> |