Small copy fix in Settings > Organization settings (#25772)

All the other page descriptions end with a period.
This commit is contained in:
Rachael Shaw
2025-01-24 18:52:58 -06:00
committed by GitHub
parent 3089c96049
commit ac03358703
@@ -129,7 +129,7 @@ const OrgSettingsPage = ({ params, router }: IOrgSettingsPageProps) => {
return (
<div className={`${baseClass}`}>
<p className={`${baseClass}__page-description`}>
Set your organization information and configure SSO and SMTP
Set your organization information and configure SSO and SMTP.
</p>
<SideNav
className={`${baseClass}__side-nav`}