mirror of
https://github.com/discourse/discourse.git
synced 2024-11-21 16:38:15 -06:00
UX: Add a description on the about config area (#28790)
* UX: Add a description on the about config area --------- Co-authored-by: Jarek Radosz <jradosz@gmail.com>
This commit is contained in:
parent
14b436923c
commit
19ba7c944b
@ -1,5 +1,6 @@
|
||||
<AdminPageHeader
|
||||
@titleLabel="admin.config_areas.about.header"
|
||||
@descriptionLabel="admin.config_areas.about.description"
|
||||
@hideTabs={{true}}
|
||||
>
|
||||
<:breadcrumbs>
|
||||
|
@ -5565,6 +5565,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."
|
||||
general_settings: "General settings"
|
||||
community_name: "Community name"
|
||||
community_name_placeholder: "Example Community"
|
||||
|
Loading…
Reference in New Issue
Block a user