Bad english corrections.

This commit is contained in:
John Livingston
2024-07-10 11:55:54 +02:00
parent d5c0c474b3
commit 2f98dfa538
47 changed files with 53 additions and 53 deletions

View File

@ -41,7 +41,7 @@ function getCheckConfigurationChannelMiddleware (options: RegisterServerOptions)
} else if (await isUserAdminOrModerator(options, res)) {
logger.debug('Current user is an instance moderator or admin')
} else {
logger.warn('Current user tries to access a channel for which he has no right.')
logger.warn('Current user tries to access a channel for which they has no right.')
res.sendStatus(403)
return
}