From a22e1b6500b5eb6a8f0673ae9fa70bf9ee9f61aa Mon Sep 17 00:00:00 2001 From: Wings22Actual <93226855+Wings22Actual@users.noreply.github.com> Date: Thu, 13 Jan 2022 01:48:38 +0000 Subject: [PATCH] minor spelling correction line 89 "Tim"->"Time" --- freqtrade/commands/build_config_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/commands/build_config_commands.py b/freqtrade/commands/build_config_commands.py index b0ca1a1bf..9e95cc455 100644 --- a/freqtrade/commands/build_config_commands.py +++ b/freqtrade/commands/build_config_commands.py @@ -86,7 +86,7 @@ def ask_user_config() -> Dict[str, Any]: { "type": "select", "name": "timeframe_in_config", - "message": "Tim", + "message": "Time", "choices": ["Have the strategy define timeframe.", "Override in configuration."] }, {