-
Notifications
You must be signed in to change notification settings - Fork 190
fix: transaction list multi-payment amount #1668
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1668 +/- ##
===========================================
+ Coverage 62.95% 62.97% +0.01%
===========================================
Files 135 135
Lines 3663 3681 +18
Branches 767 776 +9
===========================================
+ Hits 2306 2318 +12
- Misses 1134 1138 +4
- Partials 223 225 +2 Continue to review full report at Codecov.
|
src/renderer/i18n/locales/en-US.js
Outdated
@@ -991,6 +991,7 @@ export default { | |||
HTLC_CLAIM: 'Timelock Claim could not be created', | |||
HTLC_REFUND: 'Timelock Refund could not be created', | |||
MULTI_PAYMENT: 'Multi payment could not be created', | |||
MULTI_PAYMENT_TO_SELF: 'Excluding {amount} the sender sent to themselves', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI we eventually settled on themself
instead of themselves
on the explorer (https://dictionary.cambridge.org/dictionary/english/themself).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going with Excluding {amount} sent to itself
since I'm not happy with either to be honest.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree that neither themself
nor themselves
sounds natural in this context, ditto with the explorer.
Summary
Checklist