fix: missing space char in settings (#6134)
This commit is contained in:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user