diff options
author | Ilja <ilja@ilja.space> | 2022-07-02 07:52:39 +0200 |
---|---|---|
committer | Ilja <ilja@ilja.space> | 2022-07-02 07:52:39 +0200 |
commit | c0e4b1b3e27a4a8f8f02ea6a33b76c6f2a386d95 (patch) | |
tree | f1d566a385c98c79d87800eab8862173fbcb87dc /config/description.exs | |
parent | 0d697bc15a535eed17f017b9a18d60b2e4cef34e (diff) | |
download | pleroma-c0e4b1b3e27a4a8f8f02ea6a33b76c6f2a386d95.tar.gz pleroma-c0e4b1b3e27a4a8f8f02ea6a33b76c6f2a386d95.zip |
Fix typo's
priviledge |-> privilege
Diffstat (limited to 'config/description.exs')
-rw-r--r-- | config/description.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/description.exs b/config/description.exs index e5a49139e..e2ff91fb3 100644 --- a/config/description.exs +++ b/config/description.exs @@ -976,7 +976,7 @@ config :pleroma, :config_description, [ :emoji_manage_emoji ], description: - "What extra priviledges to allow admins (e.g. updating user credentials, get password reset token, delete users, index and read private statuses and chats)" + "What extra privileges to allow admins (e.g. updating user credentials, get password reset token, delete users, index and read private statuses and chats)" }, %{ key: :moderator_privileges, @@ -994,7 +994,7 @@ config :pleroma, :config_description, [ :emoji_manage_emoji ], description: - "What extra priviledges to allow moderators (e.g. updating user credentials, get password reset token, delete users, index and read private statuses and chats)" + "What extra privileges to allow moderators (e.g. updating user credentials, get password reset token, delete users, index and read private statuses and chats)" }, %{ key: :birthday_required, |