From e60b808f49d77e600d077476e422879b29a31ef5 Mon Sep 17 00:00:00 2001 From: Martin Brennan Date: Thu, 22 Aug 2024 10:28:29 +1000 Subject: [PATCH] UX: Apply new admin UI guidelines to What's New (#28454) --- .../admin/addon/templates/whats-new.hbs | 15 +++++++++++++-- config/locales/client.en.yml | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) 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"