From 16332682931d3a59c180ecff94e07d6bf650e5e0 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Thu, 12 Dec 2019 11:10:11 -0600 Subject: avoid posting when body only has mentions it --- config/locales/en.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/locales') diff --git a/config/locales/en.yml b/config/locales/en.yml index 7f026135f..af7921753 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -976,6 +976,7 @@ en: vote: Vote replies_rejected: 'The author is not accepting replies to this roar.' kicked: "You do not have the author's permission to reply to this thread." + no_body: "Your post has mentions without any body text." show_more: Show more sign_in_to_participate: Sign in to participate in the conversation title: '%{name}: "%{quote}"' -- cgit