diff options
author | Hélène <pleroma-dev@helene.moe> | 2022-07-18 05:39:21 +0000 |
---|---|---|
committer | Ilja <672-ilja@users.noreply.git.pleroma.social> | 2022-07-18 05:39:21 +0000 |
commit | d24d74b1a72037fc4b5b4e3925de1423bb9c5e21 (patch) | |
tree | e9ee744f533aa4fa6e557c6c7cabcffde3d3ed05 /docs/configuration | |
parent | db789acf1e8f14ca9ae73e9ae257d3011d6d44f0 (diff) | |
download | pleroma-d24d74b1a72037fc4b5b4e3925de1423bb9c5e21.tar.gz pleroma-d24d74b1a72037fc4b5b4e3925de1423bb9c5e21.zip |
Apply ilja's suggestion(s) to 1 file(s)
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index ab676f2c5..c96a91794 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -88,7 +88,7 @@ To add configuration to your config file, you can copy it from the base config. * `:reports_manage_reports` * Allows you to see and manage reports * `:moderation_log_read,` - * Allows you to read the entries in the moderation log + * Allows admins to read the entries in the moderation log. * `:emoji_manage_emoji` * Allows you to manage emoji on your instance * `:statistics_read,` |