From 72f57524b4cc708b7fc26a97fab2aa4ea8a4a834 Mon Sep 17 00:00:00 2001 From: Osama Sayegh Date: Tue, 22 Oct 2024 21:35:01 +0300 Subject: [PATCH] UX: Add link to /about in the about config page (#29345) This commit changes the description for the about config page so it contains a link to the /about page itself for easy access when editing the page. --- .../javascripts/admin/addon/templates/config-about.hbs | 5 ++++- config/locales/client.en.yml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/admin/addon/templates/config-about.hbs b/app/assets/javascripts/admin/addon/templates/config-about.hbs index d78958d1633..f90e5b11b3e 100644 --- a/app/assets/javascripts/admin/addon/templates/config-about.hbs +++ b/app/assets/javascripts/admin/addon/templates/config-about.hbs @@ -1,6 +1,9 @@ <:breadcrumbs> diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index aa81ddd6b25..3af16cbe5b0 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -5604,7 +5604,7 @@ en: config_areas: about: header: "About your site" - description: "Provide information here about this site and your team so that people can learn what your community is about, who is behind it, and how to reach you in case there is an issue." + description: "Provide information here about this site and your team so that people can learn what your community is about, who is behind it, and how to reach you in case there is an issue. Displayed on your site's About page." general_settings: "General settings" community_name: "Community name" community_name_placeholder: "Example Community"