Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update hyperlink to f2f payment method #1422

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/src/main/resources/i18n/displayStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ private void onSaveNewAccount(PaymentAccount paymentAccount) {
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();
Expand Down
Loading