diff --git a/lib/Settings/Admin.php b/lib/Settings/Admin.php index 276990ad..62df4354 100644 --- a/lib/Settings/Admin.php +++ b/lib/Settings/Admin.php @@ -61,6 +61,7 @@ public function getForm() { $parameters = [ 'appid' => $this->appName, 'heading' => $this->l10n->t('Files automated tagging'), + 'settings-hint' => $this->l10n->t('Automatically tag 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. On uploading a file all defined groups are evaluated and when matching, the given collaborative tags are assigned to the file.'), ];