Browse Source

Fix typo

pull/2455/head
Gabe Kangas 3 years ago
parent
commit
5951ce527b
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 2
      web/components/ui/followers/FollowerCollection/FollowerCollection.tsx

2
web/components/ui/followers/FollowerCollection/FollowerCollection.tsx

@ -56,7 +56,7 @@ export const FollowerCollection: FC<FollowerCollectionProps> = ({ name, onFollow @@ -56,7 +56,7 @@ export const FollowerCollection: FC<FollowerCollectionProps> = ({ name, onFollow
</p>
<p>
By following {name !== 'Owncast' ? name : 'this server'} you&apos;ll be able to get updates
from the stream, share it with others, and and show your appreciation when it goes live, all
from the stream, share it with others, and show your appreciation when it goes live, all
from your own Fediverse account.
</p>
<FollowButton onClick={onFollowButtonClick} />

Loading…
Cancel
Save