lbry-desktop/ui/component/walletSendTip
infinite-persistence e9e232f008 Consolidate transaction result strings
## Issue
Accumulation of so many strings for a "successful tip" that it is getting annoying to re-translate them for minor changes.

## Change
- Consolidate and re-use strings.
- Make the tip string currency-agnostic so we don't have to touch it again. The amount and currency is moved to the `subMessage`.
- Fix spacing being incorrectly enforced through i18n (it should be done via code/css).
2022-03-30 21:59:54 -04:00
..
index.js allow tips in euros 2022-03-29 23:00:55 -04:00
view.jsx Consolidate transaction result strings 2022-03-30 21:59:54 -04:00