diff options
-rw-r--r-- | apps/systemtags/templates/admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/systemtags/templates/admin.php b/apps/systemtags/templates/admin.php index de97b283d09..8cd6b282dfc 100644 --- a/apps/systemtags/templates/admin.php +++ b/apps/systemtags/templates/admin.php @@ -33,6 +33,7 @@ script('systemtags', 'admin'); <form id="systemtags" class="section" data-systemtag-id=""> <h2><?php p($l->t('Collaborative tags')); ?></h2> + <p class="settings-hint"><?php p($l->t('Make it possible to create and edit collaborative tags. This tags effect all users.')); ?></p> <input type="hidden" name="systemtag" id="systemtag" placeholder="<?php p($l->t('Select tag…')); ?>" style="width: 400px;" /> |