Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza-sharifpour committed Oct 2, 2024
1 parent ed02754 commit 9c3b2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/graph/components/RightSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ const FarcasterConnectionsSection: React.FC<{
id="farcaster-following-tooltip"
place="top"
className="max-w-xs whitespace-pre-line text-center"
content={`Accounts that this user follows\non the Farcaster network`}
content={`Citizens that this user follows\non the Farcaster network`}
/>
{connections.map((connection, index) =>
connection.profileImage || connection.profileName ? (
Expand Down

0 comments on commit 9c3b2c1

Please sign in to comment.