Fix Owncast typo
This commit is contained in:
parent
72312312ca
commit
f809eacabf
@ -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
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user