diff --git a/app/assets/javascripts/admin/addon/templates/whats-new.hbs b/app/assets/javascripts/admin/addon/templates/whats-new.hbs
index 485551e211f..062b3ba4511 100644
--- a/app/assets/javascripts/admin/addon/templates/whats-new.hbs
+++ b/app/assets/javascripts/admin/addon/templates/whats-new.hbs
@@ -1,5 +1,16 @@
-
{{i18n "admin.dashboard.new_features.title"}}
-
{{html-safe (i18n "admin.dashboard.new_features.subtitle")}}
+
+ <:breadcrumbs>
+
+
+
+
\ No newline at end of file
diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml
index fa420eb6950..df50da596a6 100644
--- a/config/locales/client.en.yml
+++ b/config/locales/client.en.yml
@@ -5071,7 +5071,7 @@ en:
problems_found: "Some advice based on your current site settings"
new_features:
title: "What's new"
- subtitle: "For even more detail about new features and improvements we are adding all the time, see Release notes."
+ subtitle: "We are releasing new features and improvements all the time. This page covers the highlights, but you can click 'Learn more' to see extensive release notes."
previous_announcements: "You can see previous new feature announcements on Discourse Meta"
learn_more: "Learn more..."
last_checked: "Last checked"