diff options
author | Joas Schilling <coding@schilljs.com> | 2017-05-11 11:30:51 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-05-11 11:30:51 +0200 |
commit | 2c3df9ee0cac09e73dbc4410be7d46f04e3fc384 (patch) | |
tree | 7c1e6afe0429a94f4b6140fad87885ef25cd7c4e /config | |
parent | 8d7b9e9e121fa55b693b6954152044d0a0a1c1fd (diff) | |
download | nextcloud-server-2c3df9ee0cac09e73dbc4410be7d46f04e3fc384.tar.gz nextcloud-server-2c3df9ee0cac09e73dbc4410be7d46f04e3fc384.zip |
More fixes
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 2b743162199..04ad22d3bcf 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -959,7 +959,7 @@ $CONFIG = array( /** * Replaces the default System Tags Manager Factory. This can be utilized if an * own or 3rdParty SystemTagsManager should be used that – for instance – uses the - * filesystem instead of the database to keep the comments. + * filesystem instead of the database to keep the tags. * * Defaults to ``\OC\SystemTag\ManagerFactory`` */ |