We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1869c7 commit 8c759aeCopy full SHA for 8c759ae
app/dashboard/subscription/not-admin.tsx
@@ -1,7 +1,9 @@
1
export default async function NotAdmin() {
2
return (
3
<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>
+ <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>
7
</div>
8
);
9
}
0 commit comments