From 3a4aa0bdaaa829adcfa1b866a3c5d15551264c83 Mon Sep 17 00:00:00 2001 From: lrns Date: Wed, 28 Feb 2018 14:15:58 +0100 Subject: [PATCH] Change seperate/seperately to separate/separately in 2 forms --- app/views/http_endpoints/_form.html.haml | 4 ++-- app/views/track_domains/_form.html.haml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/http_endpoints/_form.html.haml b/app/views/http_endpoints/_form.html.haml index 3d3ee23..5afbdd4 100644 --- a/app/views/http_endpoints/_form.html.haml +++ b/app/views/http_endpoints/_form.html.haml @@ -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' diff --git a/app/views/track_domains/_form.html.haml b/app/views/track_domains/_form.html.haml index c59de7e..b4fb440 100644 --- a/app/views/track_domains/_form.html.haml +++ b/app/views/track_domains/_form.html.haml @@ -17,7 +17,7 @@ .fieldSet__input = f.select :ssl_enabled, [["Yes - use SSL for tracking whenever possible", true], ["No - never use SSL for tracking", false]], {}, :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