diff --git a/ui/component/transactionListTable/internal/txo-list-item.jsx b/ui/component/transactionListTable/internal/txo-list-item.jsx index 62ed59ad7..b68567029 100644 --- a/ui/component/transactionListTable/internal/txo-list-item.jsx +++ b/ui/component/transactionListTable/internal/txo-list-item.jsx @@ -120,7 +120,7 @@ class TxoListItem extends React.PureComponent { {(isTip && __('Tip')) || - (type === 'support' && __('Support')) || + (type === 'support' && !isTip && __('Support')) || (valueType && ((valueType === 'stream' && __('Publish')) || __(toCapitalCase(valueType)))) || (type && __(toCapitalCase(type)))} {' '}