diff options
author | Hélène <pleroma-dev@helene.moe> | 2022-07-18 05:38:01 +0000 |
---|---|---|
committer | Ilja <672-ilja@users.noreply.git.pleroma.social> | 2022-07-18 05:38:01 +0000 |
commit | 2baf3084a1edb275e8c9cc33793ddfaa5dbe9b99 (patch) | |
tree | 601bcd5278f127d35969953b444b2a4aff3fab50 /docs | |
parent | 92da9c4a470c8824bcf662c2be4f922dfaabc943 (diff) | |
download | pleroma-2baf3084a1edb275e8c9cc33793ddfaa5dbe9b99.tar.gz pleroma-2baf3084a1edb275e8c9cc33793ddfaa5dbe9b99.zip |
Apply ilja's suggestion(s) to 1 file(s)
Diffstat (limited to 'docs')
-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 366e307d2..d593f51c7 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -70,7 +70,7 @@ To add configuration to your config file, you can copy it from the base config. * `:users_read` * Allows admins to fetch users through the admin API. * `:users_manage_invites` - * Allows you to manage invites. This includes sending, resending, revoking and approving invites + * Allows admins to manage invites. This includes sending, resending, revoking and approving invites. * `:users_manage_activation_state` * Allows admins to activate and deactivate accounts. This also allows them to see deactivated users through the Mastodon API. * `:users_manage_tags` |