mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Small copy fix in Settings > Organization settings (#25772)
All the other page descriptions end with a period.
This commit is contained in:
parent
3089c96049
commit
ac03358703
1 changed files with 1 additions and 1 deletions
|
|
@ -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`}
|
||||
|
|
|
|||
Loading…
Reference in a new issue