From d3bab9132f66898783e96abd104e736c10f9a99d Mon Sep 17 00:00:00 2001
From: Maston <22679886+mastondzn@users.noreply.github.com>
Date: Sun, 6 Apr 2025 22:31:01 +0300
Subject: [PATCH] fix: missing space char in settings (#6134)
---
CHANGELOG.md | 1 +
src/widgets/settingspages/GeneralPage.cpp | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2502c6c0..8773bbbb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@
- Bugfix: Make reply-cancel button less coarse-grained. (#6106)
- Bugfix: Fixed missing BetterTTV live updates of emotes. (#6132)
- Bugfix: Handle CMD + BACKSPACE behavior explicitly in main chat dialog input for macOS. (#6111)
+- Bugfix: Fixed a small typo in the settings page. (#6134)
- Dev: Conan will no longer generate a `CMakeUserPresets.json` file. (#6117)
- Dev: Pass `--force-openssl` when installing from CMake in Qt 6.8+. (#6129)
diff --git a/src/widgets/settingspages/GeneralPage.cpp b/src/widgets/settingspages/GeneralPage.cpp
index 78f087c2..0d892509 100644
--- a/src/widgets/settingspages/GeneralPage.cpp
+++ b/src/widgets/settingspages/GeneralPage.cpp
@@ -906,7 +906,7 @@ void GeneralPage::initLayout(GeneralPageView &layout)
{
auto *note = new QLabel(
- "A semicolon-separated list of Chrome or Firefox extension IDs"
+ "A semicolon-separated list of Chrome or Firefox extension IDs "
"allowed to interact with Chatterino's browser integration "
"(requires restart).\n"
"Using multiple extension IDs from different browsers may cause "