+
{{group-manage-save-button model=group disabled=(not emailSettingsValid) beforeSave=beforeSave afterSave=afterSave tabindex="14"}}
diff --git a/app/assets/stylesheets/common/base/group.scss b/app/assets/stylesheets/common/base/group.scss
index c39e6bee8fe..0ea87b2138c 100644
--- a/app/assets/stylesheets/common/base/group.scss
+++ b/app/assets/stylesheets/common/base/group.scss
@@ -265,3 +265,7 @@ table.group-category-permissions {
}
}
}
+
+.group-manage-email-additional-settings-wrapper {
+ margin-top: 1em;
+}
diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml
index 721dcd25fed..3aa726602f0 100644
--- a/config/locales/client.en.yml
+++ b/config/locales/client.en.yml
@@ -734,7 +734,7 @@ en:
settings:
title: "Settings"
allow_unknown_sender_topic_replies: "Allow unknown sender topic replies."
- allow_unknown_sender_topic_replies_hint: "Allows unknown senders to reply to group topics. If this is not enabled, replies from email addresses not already included on the IMAP email thread or invited to the topic will create a new topic."
+ allow_unknown_sender_topic_replies_hint: "Allows unknown senders to reply to group topics. If this is not enabled, replies from email addresses not already invited to the topic will create a new topic."
mailboxes:
synchronized: "Synchronized Mailbox"
none_found: "No mailboxes were found in this email account."