From bc080cc4bb2a3103f32d1da2631024bb75233700 Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Thu, 29 Oct 2020 16:31:16 -0500 Subject: Display an error if registration was rejected due to spam --- config/locales/en.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/locales/en.yml b/config/locales/en.yml index 084006a2a..2fd4dfa73 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -51,6 +51,8 @@ en: other: users user_count_before: Home to what_is_mastodon: What is Mastodon? + registration: + failed_kobold: 'Your application failed our anti-spam check. You may try registering again. If you continue to receive this error, contact the admin at the email listed above.' accounts: choices_html: "%{name}'s choices:" endorsements_hint: You can endorse people you follow from the web interface, and they will show up here. -- cgit