From 982adb1c65a482e9fd219489a1b83f380ee18ee0 Mon Sep 17 00:00:00 2001 From: Tobias Eigen Date: Mon, 26 Dec 2022 13:53:28 -0800 Subject: [PATCH] UX: Improve copy for contact email and url description (#19621) The admin settings for contact email and contact url did not explicitly indicate that they are visible to anons on /about page, and that when present the contact url replaces the contact email address. This change makes it so. --- config/locales/server.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index f6a4943c4c4..112db663c97 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1516,8 +1516,8 @@ en: title: "The name of this site. Visible to all visitors including anonymous users." site_description: "Describe this site in one sentence. Visible to all visitors including anonymous users." short_site_description: "Short description in a few words. Visible to all visitors including anonymous users." - contact_email: "Email address of key contact responsible for this site. Used for critical notifications, and also displayed on /about for urgent matters." - contact_url: "Contact URL for this site. Displayed on the /about page for urgent matters." + contact_email: "Email address of key contact responsible for this site. Used for critical notifications, and also displayed on /about. Visible to anonymous users on public sites." + contact_url: "Contact URL for this site. When present, replaces email address on /about and visible to anonymous users on public sites." crawl_images: "Retrieve images from remote URLs to insert the correct width and height dimensions." download_remote_images_to_local: "Convert remote (hotlinked) images to local images by downloading them; This preserves content even if the images are removed from the remote site in future." download_remote_images_threshold: "Minimum disk space necessary to download remote images locally (in percent)"