diff options
author | Hélène <pleroma-dev@helene.moe> | 2022-07-18 05:39:26 +0000 |
---|---|---|
committer | Ilja <672-ilja@users.noreply.git.pleroma.social> | 2022-07-18 05:39:26 +0000 |
commit | 97e8c8a10a57f82c4c4a9f0bc7f992fa96988206 (patch) | |
tree | cc83520cc24c59a634e0889929737b151ca89235 /docs/configuration | |
parent | d24d74b1a72037fc4b5b4e3925de1423bb9c5e21 (diff) | |
download | pleroma-97e8c8a10a57f82c4c4a9f0bc7f992fa96988206.tar.gz pleroma-97e8c8a10a57f82c4c4a9f0bc7f992fa96988206.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 c96a91794..60c70d12b 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -90,7 +90,7 @@ To add configuration to your config file, you can copy it from the base config. * `:moderation_log_read,` * Allows admins to read the entries in the moderation log. * `:emoji_manage_emoji` - * Allows you to manage emoji on your instance + * Allows admins to manage custom emoji on the instance. * `:statistics_read,` * Allows you to see some simple statistics from your instance * `moderator_privileges`: A list of privileges a moderator has (e.g. delete messages, manage reports...) |