From 31680f3b590b550a402db305da5fbbcf88775ce7 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 26 Sep 2024 19:31:43 +0200 Subject: [PATCH] chore: Improve UI wording --- freqtrade/plugins/pairlist/MarketCapPairList.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/freqtrade/plugins/pairlist/MarketCapPairList.py b/freqtrade/plugins/pairlist/MarketCapPairList.py index 922d5235c..5542cfaf0 100644 --- a/freqtrade/plugins/pairlist/MarketCapPairList.py +++ b/freqtrade/plugins/pairlist/MarketCapPairList.py @@ -14,6 +14,7 @@ from freqtrade.exchange.exchange_types import Tickers from freqtrade.plugins.pairlist.IPairList import IPairList, PairlistParameter, SupportsBacktesting from freqtrade.util.coin_gecko import FtCoinGeckoApi + logger = logging.getLogger(__name__) @@ -98,8 +99,11 @@ class MarketCapPairList(IPairList): "categories": { "type": "list", "default": [], - "description": "The Categories to be set", - "help": "The Category of the coin e.g layer-1 default [] (https://www.coingecko.com/en/categories)", + "description": "Coin Categories", + "help": ( + "The Category of the coin e.g layer-1 default [] " + "(https://www.coingecko.com/en/categories)" + ), }, "refresh_period": { "type": "number",