1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

Change seperate/seperately to separate/separately in 2 forms

هذا الالتزام موجود في:
lrns
2018-02-28 14:15:58 +01:00
ملتزم من قبل Charlie Smurthwaite
الأصل 83315f3a00
التزام 3a4aa0bdaa
2 ملفات معدلة مع 3 إضافات و3 حذوفات

عرض الملف

@@ -30,9 +30,9 @@
.fieldSet__field
= f.label :strip_replies, :class => 'fieldSet__label'
.fieldSet__input
= f.select :strip_replies, [["Send the full message as received", false], ["Try to seperate replies/signatures from plain body", true]], {}, :class => 'input input--select'
= f.select :strip_replies, [["Send the full message as received", false], ["Try to separate replies/signatures from plain body", true]], {}, :class => 'input input--select'
%p.fieldSet__text
If enabled, we'll try to remove the replies/signatures from the plain body and send them seperately to the rest of the body.
If enabled, we'll try to remove the replies/signatures from the plain body and send them separately to the rest of the body.
This is useful if you just want to see the latest message in a thread.
.fieldSet__field
= f.label :include_attachments, "Attachments", :class => 'fieldSet__label'