diff --git a/components/notifications.js b/components/notifications.js index 75c650b9..ebd5961e 100644 --- a/components/notifications.js +++ b/components/notifications.js @@ -83,7 +83,7 @@ function Notification ({ n }) { {n.sources.tips > 0 && {(n.sources.comments > 0 || n.sources.posts > 0) && ' \\ '}{n.sources.tips} sats for tipping top content early} }
- SN distributes the sats it earns back to its best users daily. These sats come from jobs, boost, and posting fees. + SN distributes the sats it earns back to its best users daily. These sats come from jobs, boosts, posting fees, and donations. You can see the daily rewards pool and make a donation here.
diff --git a/pages/satistics.js b/pages/satistics.js index 771c1d4c..1eb331ce 100644 --- a/pages/satistics.js +++ b/pages/satistics.js @@ -92,7 +92,7 @@ function Detail ({ fact }) { return ( <>
- SN gives the sats it earns back to its best users daily. These sats come from jobs, boost, and posting fees. + SN distributes the sats it earns back to its best users daily. These sats come from jobs, boosts, posting fees, and donations. You can see the daily rewards pool and make a donation here.
)