mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Remove unnecessary colons
This commit is contained in:
parent
f380e8124b
commit
5238a61f4f
1 changed files with 2 additions and 2 deletions
|
@ -159,8 +159,8 @@ public class OfferDetailsWindow extends Overlay<OfferDetailsWindow> {
|
|||
|
||||
addTitledGroupBg(gridPane, ++rowIndex, rows, Res.get("shared.Offer"));
|
||||
|
||||
String fiatDirectionInfo = ":";
|
||||
String btcDirectionInfo = ":";
|
||||
String fiatDirectionInfo = "";
|
||||
String btcDirectionInfo = "";
|
||||
OfferPayload.Direction direction = offer.getDirection();
|
||||
String currencyCode = offer.getCurrencyCode();
|
||||
String offerTypeLabel = Res.get("shared.offerType");
|
||||
|
|
Loading…
Add table
Reference in a new issue