mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-06 06:10:24 +00:00
chore: Improve UI wording
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user