From bae2c1c0e519c55319b88ac5a58588f5aceed576 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 27 Apr 2017 10:38:50 +0200 Subject: [PATCH] Add hint to settings Signed-off-by: Jan-Christoph Borchardt --- lib/Settings/Admin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Settings/Admin.php b/lib/Settings/Admin.php index 4870889e..f4d85819 100644 --- a/lib/Settings/Admin.php +++ b/lib/Settings/Admin.php @@ -58,6 +58,7 @@ public function getForm() { 'appid' => $appName, 'docs' => 'admin-files-access-control', 'heading' => $this->l10n->t('File access control'), + 'settings-hint' => $this->l10n->t('Restrict access to files based on factors such as filetype, user group memberships, time and more.'), 'description' => $this->l10n->t('Each rule group consists of one or more rules. A request matches a group if all rules evaluate to true. If a request matches at least one of the defined groups, the request is blocked and the file content can not be read or written.'), ];