Skip to content

Commit

Permalink
Wording (duplicate, not duplicated)
Browse files Browse the repository at this point in the history
  • Loading branch information
hroff-1902 committed Feb 15, 2020
1 parent ddea4b9 commit 42a5d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freqtrade/commands/list_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _print_objs_tabular(objs: List, print_colorized: bool) -> None:
if s['class'] is None
else "OK" if names.count(s['name']) == 1
else ((Fore.YELLOW if print_colorized else '') +
"DUPLICATED NAME" +
"DUPLICATE NAME" +
(Style.RESET_ALL if print_colorized else '')))
} for s in objs]

Expand Down

0 comments on commit 42a5d78

Please sign in to comment.