diff --git a/build_helpers/schema.json b/build_helpers/schema.json index 08b113d79..974ae0431 100644 --- a/build_helpers/schema.json +++ b/build_helpers/schema.json @@ -1462,7 +1462,7 @@ "default": false }, "override_exchange_check": { - "description": "Override the exchange check to force FreqAI to use exchangesthat may not have enough historic data. Turn this to True if you know your FreqAI model and strategy do not require historical data.", + "description": "Override the exchange check to force FreqAI to use exchanges that may not have enough historic data. Turn this to True if you know your FreqAI model and strategy do not require historical data.", "type": "boolean", "default": false }, diff --git a/freqtrade/config_schema/config_schema.py b/freqtrade/config_schema/config_schema.py index d694ea3fc..c9425d6cb 100644 --- a/freqtrade/config_schema/config_schema.py +++ b/freqtrade/config_schema/config_schema.py @@ -1144,7 +1144,7 @@ CONF_SCHEMA = { }, "override_exchange_check": { "description": ( - "Override the exchange check to force FreqAI to use exchanges" + "Override the exchange check to force FreqAI to use exchanges " "that may not have enough historic data. Turn this to True if " "you know your FreqAI model and strategy do not require historical data." ),