diff --git a/owrx/controllers/settings/decoding.py b/owrx/controllers/settings/decoding.py
index 4ef5428..3ee4260 100644
--- a/owrx/controllers/settings/decoding.py
+++ b/owrx/controllers/settings/decoding.py
@@ -23,8 +23,8 @@ class DecodingSettingsController(SettingsFormController):
"wfm_deemphasis_tau",
"Tau setting for WFM (broadcast FM) deemphasis",
WfmTauValues,
- infotext='See '
- + "this Wikipedia article for more information",
+ infotext='See this Wikipedia article for more information',
),
),
Section(
@@ -38,7 +38,8 @@ class DecodingSettingsController(SettingsFormController):
CheckboxInput(
"digital_voice_dmr_id_lookup",
"DMR id lookup",
- checkboxText="Enable lookup of DMR ids in the radioid database to show callsigns and names",
+ checkboxText='Enable lookup of DMR ids in the '
+ + "radioid database to show callsigns and names",
),
),
Section(
diff --git a/owrx/controllers/settings/general.py b/owrx/controllers/settings/general.py
index 86f0340..b9adb39 100644
--- a/owrx/controllers/settings/general.py
+++ b/owrx/controllers/settings/general.py
@@ -69,7 +69,7 @@ class GeneralSettingsController(SettingsFormController):
"Receiver keys",
converter=ReceiverKeysConverter(),
infotext="Put the keys you receive on listing sites (e.g. "
- + 'Receiverbook) here, one per line',
+ + 'Receiverbook) here, one per line',
),
),
Section(