Skip to content

Commit

Permalink
Fix Owncast typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jstabenow committed Nov 20, 2023
1 parent 7231231 commit f809eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Add a/v filter to the publication components ([#593](https://github.com/datarhei/restreamer-ui/issues/593))
- Mod uses placeholders for ingress setups ([#560](https://github.com/datarhei/restreamer-ui/issues/560))
- Mod updates npm
- Fix Owncast typo
- Fix Restream grid
- Fix the advanced settings in the MPEG-TS publication service ([#597](https://github.com/datarhei/restreamer/issues/597), thanks to orryverducci)
- Fix ALSA demuxer option names
Expand Down
2 changes: 1 addition & 1 deletion src/views/Publication/Services/Owncast.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const requires = {
};

function ServiceIcon(props) {
return <img src={Logo} alt="Telegram Logo" {...props} />;
return <img src={Logo} alt="Owncast Logo" {...props} />;
}

function init(settings) {
Expand Down

0 comments on commit f809eac

Please sign in to comment.