Skip to content

Commit

Permalink
Small copy fix in Settings > Organization settings (#25772)
Browse files Browse the repository at this point in the history
All the other page descriptions end with a period.
  • Loading branch information
rachaelshaw authored Jan 25, 2025
1 parent 3089c96 commit ac03358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/admin/OrgSettingsPage/OrgSettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`}
Expand Down

0 comments on commit ac03358

Please sign in to comment.