[bisq-network/bisq] Fix missing apostrophe in Withdrawal view (#5015)

Jakub Loucký notifications at github.com
Mon Dec 28 18:52:11 CET 2020


Labels "_Sender's amount_"/"_Receiver's amount_" are missing an apostrophe.

The single quote characters are present in the property file but they get eaten up even though there is no variable substitution taking place (at least it shouldn't be). In the code, however, variable values are provided for no reason.

### Before:
![Send funds BEFORE](https://user-images.githubusercontent.com/16313562/103233456-7f269600-493d-11eb-8a11-740af97bcaef.png)

### After:
![Send funds AFTER](https://user-images.githubusercontent.com/16313562/103233460-82218680-493d-11eb-872a-eebb0eb3ce11.png)



You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/5015

-- Commit Summary --

  * Fix missing apostrophe in Withdrawal view

-- File Changes --

    M desktop/src/main/java/bisq/desktop/main/funds/withdrawal/WithdrawalView.java (4)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/5015.patch
https://github.com/bisq-network/bisq/pull/5015.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5015
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201228/6ca5f619/attachment.htm>


More information about the bisq-github mailing list