Skip to content

Commit 8c759ae

Browse files
Update subscription not-admin copy text (#96)
1 parent b1869c7 commit 8c759ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
export default async function NotAdmin() {
22
return (
33
<div className="flex h-full w-full items-center justify-center">
4-
<p className="text-sm text-gray-500">Please ask your organization admin to set up a subscription</p>
4+
<p className="text-sm text-gray-500">
5+
You must be an organization admin to create a new subscription or change an existing one.
6+
</p>
57
</div>
68
);
79
}

0 commit comments

Comments
 (0)