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.'), ];