From f13cc3c51c1a578403a63a69bd55069d1a66d345 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 15 Jun 2020 19:02:03 -0400 Subject: [PATCH] fix label on tx table for supports --- ui/component/transactionListTable/internal/txo-list-item.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/component/transactionListTable/internal/txo-list-item.jsx b/ui/component/transactionListTable/internal/txo-list-item.jsx index 449bf566b..62ed59ad7 100644 --- a/ui/component/transactionListTable/internal/txo-list-item.jsx +++ b/ui/component/transactionListTable/internal/txo-list-item.jsx @@ -119,7 +119,8 @@ class TxoListItem extends React.PureComponent { - {(isTip && __(toCapitalCase('tip'))) || + {(isTip && __('Tip')) || + (type === 'support' && __('Support')) || (valueType && ((valueType === 'stream' && __('Publish')) || __(toCapitalCase(valueType)))) || (type && __(toCapitalCase(type)))} {' '}