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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`}