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.
This commit is contained in:
Osama Sayegh 2024-10-22 21:35:01 +03:00 committed by GitHub
parent 68539f6084
commit 72f57524b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
<AdminPageHeader
@titleLabel="admin.config_areas.about.header"
@descriptionLabel="admin.config_areas.about.description"
@descriptionLabelTranslated={{i18n
"admin.config_areas.about.description"
(hash basePath=(base-path))
}}
@hideTabs={{true}}
>
<:breadcrumbs>

View File

@ -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 <a href='%{basePath}/about'>About page</a>."
general_settings: "General settings"
community_name: "Community name"
community_name_placeholder: "Example Community"