diff --git a/app/assets/stylesheets/desktop/topic.scss b/app/assets/stylesheets/desktop/topic.scss
index eeb8492f29..6bd15e18a1 100644
--- a/app/assets/stylesheets/desktop/topic.scss
+++ b/app/assets/stylesheets/desktop/topic.scss
@@ -193,6 +193,10 @@ a:hover.reply-new {
}
}
+#suggested-topics .topics {
+ padding-bottom: 15px;
+}
+
.heatmap-high {color: scale-color($danger, $lightness: 20%) !important;}
.heatmap-med {color: $danger !important;}
.heatmap-low {color: scale-color($danger, $lightness: -20%) !important;}
diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml
index f52ac6d769..e284226a53 100644
--- a/config/locales/client.en.yml
+++ b/config/locales/client.en.yml
@@ -1194,7 +1194,7 @@ en:
delete_confirm: "You are about to delete %{posts} posts and %{topics} topics from this user, remove their account, block signups from their IP address %{ip_address}, and add their email address %{email} to a permanent block list. Are you sure this user is really a spammer?"
yes_delete_spammer: "Yes, Delete Spammer"
submit_tooltip: "Submit the private flag"
- take_action_tooltip: "Cause the flagging threshold to occur"
+ take_action_tooltip: "Reach the flag threshold immediately, rather than waiting for more community flags"
cant: "Sorry, you can't flag this post at this time."
custom_placeholder_notify_user: "Why does this post require you to speak to this user directly and privately? Be specific, be constructive, and always be kind."
custom_placeholder_notify_moderators: "Why does this post require moderator attention? Let us know specifically what you are concerned about, and provide relevant links where possible."