UX: remove reference to contact form in settings (#12554)
This commit is contained in:
parent
6d65320aae
commit
9c8ec372f1
|
@ -14,7 +14,7 @@ export default {
|
||||||
{
|
{
|
||||||
setting: "contact_email",
|
setting: "contact_email",
|
||||||
description:
|
description:
|
||||||
"Email address of key contact responsible for this site. Used for critical notifications, as well as on the /about contact form for urgent matters.",
|
"Email address of key contact responsible for this site. Used for critical notifications and displayed on the /about page for urgent matters.",
|
||||||
default: "",
|
default: "",
|
||||||
value: "",
|
value: "",
|
||||||
category: "required",
|
category: "required",
|
||||||
|
|
|
@ -1482,7 +1482,7 @@ en:
|
||||||
site_description: "Describe this site in one sentence, as used in the meta description tag."
|
site_description: "Describe this site in one sentence, as used in the meta description tag."
|
||||||
short_site_description: "Short description, as used in the title tag on homepage."
|
short_site_description: "Short description, as used in the title tag on homepage."
|
||||||
contact_email: "Email address of key contact responsible for this site. Used for critical notifications, as well as on the <a href='%{base_path}/about' target='_blank'>/about</a> contact form for urgent matters."
|
contact_email: "Email address of key contact responsible for this site. Used for critical notifications, as well as on the <a href='%{base_path}/about' target='_blank'>/about</a> contact form for urgent matters."
|
||||||
contact_url: "Contact URL for this site. Used on the <a href='%{base_path}/about' target='_blank'>/about</a> contact form for urgent matters."
|
contact_url: "Contact URL for this site. Displayed on the <a href='%{base_path}/about' target='_blank'>/about</a> page for urgent matters."
|
||||||
crawl_images: "Retrieve images from remote URLs to insert the correct width and height dimensions."
|
crawl_images: "Retrieve images from remote URLs to insert the correct width and height dimensions."
|
||||||
download_remote_images_to_local: "Convert remote images to local images by downloading them; this prevents broken images."
|
download_remote_images_to_local: "Convert remote images to local images by downloading them; this prevents broken images."
|
||||||
download_remote_images_threshold: "Minimum disk space necessary to download remote images locally (in percent)"
|
download_remote_images_threshold: "Minimum disk space necessary to download remote images locally (in percent)"
|
||||||
|
@ -2824,7 +2824,7 @@ en:
|
||||||
The community flagged this post and now it is hidden. **Because this post has been hidden more than once, your post will now remain hidden until it is handled by a staff member.**
|
The community flagged this post and now it is hidden. **Because this post has been hidden more than once, your post will now remain hidden until it is handled by a staff member.**
|
||||||
|
|
||||||
For additional guidance, please refer to our [community guidelines](%{base_url}/guidelines).
|
For additional guidance, please refer to our [community guidelines](%{base_url}/guidelines).
|
||||||
|
|
||||||
queued_by_staff:
|
queued_by_staff:
|
||||||
title: "Post Needs Approval"
|
title: "Post Needs Approval"
|
||||||
subject_template: "Post hidden by staff, awaiting approval"
|
subject_template: "Post hidden by staff, awaiting approval"
|
||||||
|
@ -2832,7 +2832,7 @@ en:
|
||||||
Hello,
|
Hello,
|
||||||
|
|
||||||
This is an automated message from %{site_name} to let you know that your post was hidden.
|
This is an automated message from %{site_name} to let you know that your post was hidden.
|
||||||
|
|
||||||
<%{base_url}%{url}>
|
<%{base_url}%{url}>
|
||||||
|
|
||||||
Your post will remain hidden until a staff member reviews it.
|
Your post will remain hidden until a staff member reviews it.
|
||||||
|
|
Loading…
Reference in New Issue