diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a5971d..ce4fe08 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 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
- Fix index out-of-range warning, list ALSA devices for Raspicam video source
diff --git a/src/views/Publication/Services/Restream.js b/src/views/Publication/Services/Restream.js
index 7d2b009..c2653ff 100644
--- a/src/views/Publication/Services/Restream.js
+++ b/src/views/Publication/Services/Restream.js
@@ -115,7 +115,7 @@ function Service(props) {
Stream key} value={settings.stream_key} onChange={handleChange('stream_key')} />
-
+
GET