From f809eacabf3f436110efccb4dc3529ed1c0ff3e3 Mon Sep 17 00:00:00 2001 From: Jan Stabenow Date: Mon, 20 Nov 2023 22:56:40 +0100 Subject: [PATCH] Fix Owncast typo --- CHANGELOG.md | 1 + src/views/Publication/Services/Owncast.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce4fe08..d5b82ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/views/Publication/Services/Owncast.js b/src/views/Publication/Services/Owncast.js index 22d1331..b6ffdf5 100644 --- a/src/views/Publication/Services/Owncast.js +++ b/src/views/Publication/Services/Owncast.js @@ -42,7 +42,7 @@ const requires = { }; function ServiceIcon(props) { - return Telegram Logo; + return Owncast Logo; } function init(settings) {