This commit is contained in:
Manfred Karrer 2018-06-26 13:43:22 +02:00
parent e8072a2360
commit 5d34cd9601
No known key found for this signature in database
GPG key ID: 401250966A6B2C46

View file

@ -57,7 +57,7 @@ public class TradeFeedbackWindow extends Overlay<TradeFeedbackWindow> {
super.addMessage();
HyperlinkWithIcon survey = addHyperlinkWithIcon(gridPane, ++rowIndex, "Bisq survey",
"http://survey.io/survey/87c4f");
"https://bisq.network/survey");
GridPane.setMargin(survey, new Insets(-6, 0, 10, -4));
AutoTooltipLabel messageLabel2 = new AutoTooltipLabel(Res.get("tradeFeedbackWindow.msg.part2"));