summaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorHélène <pleroma-dev@helene.moe>2022-07-18 05:37:27 +0000
committerIlja <672-ilja@users.noreply.git.pleroma.social>2022-07-18 05:37:27 +0000
commit275c60208bf96ed4956d823ffe3e2b2920022353 (patch)
tree2c590a21723365b281d62ce37c51e5e712079b0c /docs/configuration
parentc045a49909c2a1078864484d0327e03dac73687b (diff)
downloadpleroma-275c60208bf96ed4956d823ffe3e2b2920022353.tar.gz
pleroma-275c60208bf96ed4956d823ffe3e2b2920022353.zip
Apply ilja's suggestion(s) to 1 file(s)
Diffstat (limited to 'docs/configuration')
-rw-r--r--docs/configuration/cheatsheet.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 4f398a14b..d79967a51 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -72,7 +72,7 @@ To add configuration to your config file, you can copy it from the base config.
* `:users_manage_invites`
* Allows you to manage invites. This includes sending, resending, revoking and approving invites
* `:users_manage_activation_state`
- * Allows you to activate and deactive accounts. This also allows you to see deactivated users through the Mastodon-API.
+ * Allows admins to activate and deactivate accounts. This also allows them to see deactivated users through the Mastodon API.
* `:users_manage_tags`
* Allows you to set and remove tags for users. This can be useful in combination with MRF policy `Pleroma.Web.ActivityPub.MRF.TagPolicy`.
* `:users_manage_credentials`