Remove unnecessary colons

This commit is contained in:
Christoph Atteneder 2018-11-29 16:52:11 +01:00
parent f380e8124b
commit 5238a61f4f
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B

View file

@ -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");