chore: fix description typo

pull/12311/head
Matthias 8 months ago
parent 70fa12f1b2
commit 2d40807b66

@ -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
},

@ -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."
),

Loading…
Cancel
Save