mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 08:57:10 -06:00
Add missing copy
This commit is contained in:
parent
72ed6ae951
commit
3d176d9984
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user