diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-12-12 11:10:11 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-12-12 11:10:11 -0600 |
commit | 16332682931d3a59c180ecff94e07d6bf650e5e0 (patch) | |
tree | 151788b9589179ead99e1bf1e86ae0dbe515c7e3 /config/locales | |
parent | 5cf03910f7c40d4683dc6c10dcab9294df566f09 (diff) |
avoid posting when body only has mentions it
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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}"' |