mirror of
https://github.com/discourse/discourse.git
synced 2024-11-21 16:38:15 -06:00
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:
parent
68539f6084
commit
72f57524b4
@ -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>
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user