File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/dashboard/src/org-admin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const AdminPage: React.FC = () => {
3333
3434 return (
3535 < div className = "flex flex-col w-full" >
36- < Header title = "Organization Administration" subtitle = "Manage Infrastructure Rollouts. " />
36+ < Header title = "Organization Administration" subtitle = "Manage Infrastructure Rollouts" />
3737 < div className = "app-container py-6 flex flex-col gap-4" >
3838 < Heading2 > Infrastructure Rollout</ Heading2 >
3939
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export const MaintenanceModeBanner: FC = () => {
1919 < Alert type = "warning" className = "mb-2" >
2020 < div className = "flex items-center flex-wrap gap-2" >
2121 < span className = "font-semibold" > System is in maintenance mode.</ span >
22- < span > Starting new workspaces is currently disabled.</ span >
22+ < span > Starting new workspaces is currently disabled by your organization owner .</ span >
2323 </ div >
2424 </ Alert >
2525 ) ;
You can’t perform that action at this time.
0 commit comments