From 92cd2818ad41677f6660074822c5199dbef31160 Mon Sep 17 00:00:00 2001 From: "Ella E." Date: Fri, 25 Oct 2024 09:54:28 -0600 Subject: [PATCH] UX: Update /about config page copy (#29387) * UX: Update formkit description copy * UX: Remove unused string --- .../about/your-organization.gjs | 1 - config/locales/client.en.yml | 14 ++++++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/app/assets/javascripts/admin/addon/components/admin-config-area-cards/about/your-organization.gjs b/app/assets/javascripts/admin/addon/components/admin-config-area-cards/about/your-organization.gjs index 3047874d07c..b43af60d62b 100644 --- a/app/assets/javascripts/admin/addon/components/admin-config-area-cards/about/your-organization.gjs +++ b/app/assets/javascripts/admin/addon/components/admin-config-area-cards/about/your-organization.gjs @@ -58,7 +58,6 @@ export default class AdminConfigAreasAboutYourOrganization extends Component { diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 27c7d4bd6d6..b3058b8364b 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -5616,26 +5616,24 @@ en: community_owner: "Community owner" community_owner_placeholder: "Johnny Smith" community_owner_help: | - Name of key contact responsible for this site. Used for critical notifications, and also displayed on /about. Visible to anonymous users on public sites. + Name used for critical notifications, and also displayed on /about. Visible to anonymous users on public sites. contact_email: "Contact email" contact_email_placeholder: "contact@johnny-smith.com" contact_email_help: | - 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. + Email used for critical notifications, and also displayed on /about. Visible to anonymous users on public sites. contact_url: "Contact URL" contact_url_placeholder: "https://johnny-smith.com/contact" contact_url_help: | - Contact URL for this site. When present, replaces contact email address on /about and visible to anonymous users on public sites. + When present, replaces contact email address on /about and visible to anonymous users on public sites. site_contact_name: "Site contact name" site_contact_name_help: | - A valid staff username to send all automated messages from. If left blank, the default System account will be used. + A staff username to send all automated messages from. If left blank, the default System account will be used. site_contact_group: "Site contact group" site_contact_group_help: | - A valid name of a group that gets invited to all automatically sent private messages. - your_organization: "Your organization" + The group that gets invited to all automatically sent private messages. + your_organization: "Organization name" company_name: "Company name" company_name_placeholder: "Sample Company Inc." - company_name_help: | - Name of your company or organization. company_name_warning: | If left blank, no boilerplate Terms of Service or Privacy Notice will be provided. governing_law: "Governing law"