Add missing copy

This commit is contained in:
Gerhard Schlager 2018-08-23 09:18:53 +02:00
parent 72ed6ae951
commit 3d176d9984
2 changed files with 4 additions and 1 deletions

View File

@ -33,6 +33,8 @@ class SkippedEmailLog < ActiveRecord::Base
sender_text_part_body_blank: 18,
sender_body_blank: 19,
sender_post_deleted: 20
# you need to add the reason in server.en.yml below the "skipped_email_log" key
# when you add a new enum value
)
end

View File

@ -3228,7 +3228,8 @@ en:
sender_message_blank: "message is blank"
sender_message_to_blank: "message.to is blank"
sender_text_part_body_blank: "text_part.body is blank"
sender_text_body_blank: "body is blank"
sender_body_blank: "body is blank"
sender_post_deleted: "post has been deleted"
color_schemes:
base_theme_name: "Base"