diff --git a/app/src/components/CreateCellDialog.tsx b/app/src/components/CreateCellDialog.tsx
index 7b3641c..429e615 100644
--- a/app/src/components/CreateCellDialog.tsx
+++ b/app/src/components/CreateCellDialog.tsx
@@ -81,7 +81,7 @@ export function CreateCellDialog({
if (!canCreateCell) {
toast({
title: 'Permission Denied',
- description: 'You need to verify Ordinal ownership to create cells.',
+ description: 'Only verified ENS or Logos Ordinal owners can create cells.',
variant: 'destructive',
});
return;
diff --git a/app/src/components/PostDetail.tsx b/app/src/components/PostDetail.tsx
index 8e8e990..e997259 100644
--- a/app/src/components/PostDetail.tsx
+++ b/app/src/components/PostDetail.tsx
@@ -297,7 +297,7 @@ const PostDetail = () => {
{!permissions.canComment && (
- Connect wallet and verify Ordinal ownership to comment
+ Connect your wallet to comment