Skip to content

Commit

Permalink
Improve English grammar in config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmuehl authored Jan 21, 2019
1 parent 4093bff commit 4d8f5fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
button_text = "I'm not a robot!"

# Bot sends this message to new users
welcome_message = "Hello! This is spam protection system. Please press the button in 30 seconds or you will be banned!"
welcome_message = "Hello! This is the spam protection system. Please press the button within 30 seconds or you will be banned!"

# Edit welcome message with this text if user passed validation
after_success_message = "User passed the validation."

# Edit welcome message with this text if user failed validation
after_fail_message = "User didn't pass the validation and banned."
after_fail_message = "User didn't pass the validation and was banned."

# Show success and failure messages or delete them. Pick "show" or "del"
print_success_and_fail_messages_strategy = "show"

0 comments on commit 4d8f5fa

Please sign in to comment.