mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
Fix typo
This commit is contained in:
parent
47e2ff0471
commit
5951ce527b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ export const FollowerCollection: FC<FollowerCollectionProps> = ({ name, onFollow
|
|||
</p>
|
||||
<p>
|
||||
By following {name !== 'Owncast' ? name : 'this server'} you'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…
Reference in a new issue