mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 05:44:05 +01:00
Keep CLI console output text lowercase where possible
Be consistent.
This commit is contained in:
parent
8e5acf277d
commit
b3e6160f19
@ -516,7 +516,7 @@ public class CliMain {
|
||||
? client.getOpenTrades()
|
||||
: client.getTradeHistory(category);
|
||||
if (trades.isEmpty()) {
|
||||
out.printf("no %s trades found%n", category.name());
|
||||
out.printf("no %s trades found%n", category.name().toLowerCase());
|
||||
} else {
|
||||
var tableType = category.equals(OPEN)
|
||||
? OPEN_TRADES_TBL
|
||||
|
Loading…
Reference in New Issue
Block a user