update hyperlink to f2f payment method

This commit is contained in:
woodser 2024-11-17 10:27:12 -05:00
parent 264cb5f0ac
commit ba763f7bf6
3 changed files with 3 additions and 3 deletions

View file

@ -3016,7 +3016,7 @@ payment.f2f.info='Face to Face' trades have different rules and come with differ
of what happened at the meeting. In such cases the XMR funds might get locked indefinitely or until the trading peers come to \
an agreement.\n\n\
To be sure you fully understand the differences with 'Face to Face' trades please read the instructions and \
recommendations at: [HYPERLINK:https://haveno.exchange/wiki/Face-to-face_(payment_method)]
recommendations at: [HYPERLINK:https://docs.haveno.exchange/the-project/payment_methods/F2F]
payment.f2f.info.openURL=Open web page
payment.f2f.offerbook.tooltip.countryAndCity=Country and city: {0} / {1}
payment.f2f.offerbook.tooltip.extra=Additional information: {0}

View file

@ -3009,7 +3009,7 @@ payment.f2f.info='Yüz Yüze' ticaretler farklı kurallara sahiptir ve çevrimi
yardımcı olamaz. Bu tür durumlarda XMR fonları süresiz olarak veya ticaret eşleri anlaşmaya varana \
kadar kilitlenebilir.\n\n\
'Yüz Yüze' ticaretlerin farklarını tam olarak anladığınızdan emin olmak için lütfen şu adresteki talimatları \
ve tavsiyeleri okuyun: [HYPERLINK:https://haveno.exchange/wiki/Face-to-face_(payment_method)]
ve tavsiyeleri okuyun: [HYPERLINK:https://docs.haveno.exchange/the-project/payment_methods/F2F]
payment.f2f.info.openURL=Web sayfasını
payment.f2f.offerbook.tooltip.countryAndCity=Ülke ve şehir: {0} / {1}
payment.f2f.offerbook.tooltip.extra=Ek bilgi: {0}

View file

@ -275,7 +275,7 @@ public class TraditionalAccountsView extends PaymentAccountsView<GridPane, Tradi
new Popup().information(Res.get("payment.f2f.info"))
.width(700)
.closeButtonText(Res.get("payment.f2f.info.openURL"))
.onClose(() -> GUIUtil.openWebPage("https://haveno.exchange/wiki/Face-to-face_(payment_method)"))
.onClose(() -> GUIUtil.openWebPage("https://docs.haveno.exchange/the-project/payment_methods/F2F"))
.actionButtonText(Res.get("shared.iUnderstand"))
.onAction(() -> doSaveNewAccount(paymentAccount))
.show();