mirror of
https://github.com/evennia/evennia.git
synced 2026-03-20 14:56:30 +01:00
TYPO/SYNTAX IN COMMENTS: rather nobody recieve emails => rather PREFER nobody recEIveS emails
Apart from the typo, the sentence was a bit tangled. I've changed just a bit to put it in grammatical shape.
This commit is contained in:
parent
491bb8c2e0
commit
f83193fd37
1 changed files with 1 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ DEBUG = False
|
|||
# While true, show "pretty" error messages for template syntax errors.
|
||||
TEMPLATE_DEBUG = DEBUG
|
||||
# Emails are sent to these people if the above DEBUG value is False. If you'd
|
||||
# rather nobody recieve emails, leave this commented out or empty.
|
||||
# rather prefer nobody receives emails, leave this commented out or empty.
|
||||
ADMINS = () #'Your Name', 'your_email@domain.com'),)
|
||||
# These guys get broken link notifications when SEND_BROKEN_LINK_EMAILS is True.
|
||||
MANAGERS = ADMINS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue