Fix Owncast typo

This commit is contained in:
Jan Stabenow 2023-11-20 22:56:40 +01:00
parent 72312312ca
commit f809eacabf
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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) {