diff options
author | Hélène <pleroma-dev@helene.moe> | 2022-07-18 05:40:24 +0000 |
---|---|---|
committer | Ilja <672-ilja@users.noreply.git.pleroma.social> | 2022-07-18 05:40:24 +0000 |
commit | 1a67a203643f9e19f2b76855d288f020c2af0963 (patch) | |
tree | 06998aea8d1bac713cbc881e90cf2cf2ba0cc564 | |
parent | f9fc3a153d44fc72174d2bdf5c7e3f6df4125f37 (diff) | |
download | pleroma-1a67a203643f9e19f2b76855d288f020c2af0963.tar.gz pleroma-1a67a203643f9e19f2b76855d288f020c2af0963.zip |
Apply ilja's suggestion(s) to 1 file(s)
-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 81ac41605..c236f53d3 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -92,7 +92,7 @@ To add configuration to your config file, you can copy it from the base config. * `:emoji_manage_emoji` * Allows admins to manage custom emoji on the instance. * `:statistics_read,` - * Allows you to see some simple statistics from your instance + * Allows admins to see some simple statistics about the instance. * `moderator_privileges`: A list of privileges a moderator has (e.g. delete messages, manage reports...) * Possible values are the same as for `admin_privileges` |