mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-12-22 03:29:28 +00:00
update hyperlink to f2f payment method
Some checks failed
CI / build (macos-13) (push) Has been cancelled
CI / build (ubuntu-22.04) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
Codacy Coverage Reporter / Publish coverage (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
Some checks failed
CI / build (macos-13) (push) Has been cancelled
CI / build (ubuntu-22.04) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
Codacy Coverage Reporter / Publish coverage (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
This commit is contained in:
parent
264cb5f0ac
commit
ba763f7bf6
3 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
|
|
@ -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ı aç
|
||||
payment.f2f.offerbook.tooltip.countryAndCity=Ülke ve şehir: {0} / {1}
|
||||
payment.f2f.offerbook.tooltip.extra=Ek bilgi: {0}
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue