fix(moderation): Fix typo.

This commit is contained in:
2023-09-09 00:36:58 +03:00
parent 591d3a2fbd
commit 375a86693f

View File

@@ -128,7 +128,7 @@ class ModerationSettings(SettingGroup):
_long_desc = _p(
'guildset:mod_role|long_desc',
"Members with the set role will be able to access my configuration panels, "
"and perform some moderation tasks, such us setting up pomodoro timers. "
"and perform some moderation tasks, such as setting up pomodoro timers. "
"Moderators cannot reconfigure most bot configuration, "
"or perform operations they do not already have permission for in Discord."
)