diff --git a/app/assets/stylesheets/common/base/topic.scss b/app/assets/stylesheets/common/base/topic.scss
index 5de85206767..38e17a48da1 100644
--- a/app/assets/stylesheets/common/base/topic.scss
+++ b/app/assets/stylesheets/common/base/topic.scss
@@ -85,7 +85,7 @@
.post-links {
margin-top: 1em;
- padding: 1em 1em 0;
+ padding-top: 1em;
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -65%);
}
diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml
index a7d58b669dc..24c602ed069 100644
--- a/config/locales/client.en.yml
+++ b/config/locales/client.en.yml
@@ -988,8 +988,8 @@ en:
similar_topics: "Your topic is similar to..."
drafts_offline: "drafts offline"
- group_mentioned: "By mentioning {{group}}, you are about to notify {{count}} people."
- duplicate_link: "It looks like your link to {{domain}} was already posted in the topic by @{{username}} in an earlier reply on {{ago}}"
+ group_mentioned: "By mentioning {{group}}, you are about to notify {{count}} people – are you sure?"
+ duplicate_link: "It looks like your link to {{domain}} was already posted in the topic by @{{username}} in a reply {{ago}} – are you sure you want to post it again?"
error:
title_missing: "Title is required"