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
;
+ return
;
}
function init(settings) {