Skip to content

Commit

Permalink
Copy tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthiery committed Jan 8, 2024
1 parent ff58ec9 commit 7d7db01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/stats/components/SubDaoInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export const SubDaoInfo = async ({ subDao }: { subDao: SubDao }) => {
getLatestSubNetworkEmissions(new Date(), subDao)
)}
tooltip={{
description: `Amount of ${title} emitted each day.`,
description: `Net amount of ${title} emitted each day.`,
cadence: "Constant",
id: `${title} Daily Emissions`,
}}
Expand Down

0 comments on commit 7d7db01

Please sign in to comment.