Skip to content

Commit 93d01d1

Browse files
committed
Minor copy improvements
1 parent d156926 commit 93d01d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/dashboard/src/org-admin/AdminPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

components/dashboard/src/org-admin/MaintenanceModeBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
);

0 commit comments

Comments
 (0)