mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-16 08:54:59 -04:00
add contact info to /about
This commit is contained in:
parent
a99c3c3df9
commit
d1b0939e02
3 changed files with 10 additions and 1 deletions
|
@ -61,4 +61,11 @@
|
|||
</table>
|
||||
</section>
|
||||
|
||||
<section class='about contact'>
|
||||
<h3>{{i18n 'about.contact'}}</h3>
|
||||
<p>
|
||||
{{i18n 'about.contact_info' contact_email='name@example.com'}}
|
||||
</p>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -158,6 +158,8 @@ en:
|
|||
topic_count: "Topics"
|
||||
post_count: "Posts"
|
||||
user_count: "Users"
|
||||
contact: "Contact Us"
|
||||
contact_info: "In the event of a critical issue or urgent matter affecting this site, please contact us at %{contact_email}."
|
||||
|
||||
bookmarks:
|
||||
not_logged_in: "sorry, you must be logged in to bookmark posts"
|
||||
|
|
|
@ -1957,7 +1957,7 @@ en:
|
|||
|
||||
## [Powered by You](#power)
|
||||
|
||||
This site is operated by your [friendly local staff](/staff) and *you*, the community. If you have any further questions about how things should work here, open a new topic in the [meta category](/c/meta) and let's discuss it! If you have a critical or urgent issue that isn't covered by a meta topic or flag, contact us via the [staff page](/staff).
|
||||
This site is operated by your [friendly local staff](/about) and *you*, the community. If you have any further questions about how things should work here, open a new topic in the [meta category](/c/meta) and let's discuss! If there's a critical or urgent issue that can't be handled by a meta topic or flag, contact us via the [staff page](/about).
|
||||
|
||||
<a name="tos"></a>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue