mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Fix typo
This commit is contained in:
parent
bd656d5b3e
commit
690ceb013e
@ -767,7 +767,7 @@ portfolio.pending.support.button.getHelp=Get support
|
||||
portfolio.pending.support.popup.info=If your issue with the trade remains unsolved, you can open a support \
|
||||
ticket to request help from a mediator. If you have not received the payment, please wait until the trade period is over.\n\n\
|
||||
Are you sure you want to open a support ticket?
|
||||
portfolio.pending.support.popup.info.aribtrator=If your issue with the trade remains unsolved, you can open a support \
|
||||
portfolio.pending.support.popup.info.arbitrator=If your issue with the trade remains unsolved, you can open a support \
|
||||
ticket to request help from an arbitrator. If you have not received the payment, please wait until the trade period is over.\n\n\
|
||||
Are you sure you want to open a support ticket?
|
||||
portfolio.pending.support.popup.button=Open support ticket
|
||||
|
@ -214,7 +214,7 @@ public abstract class TradeStepView extends AnchorPane {
|
||||
if (!isMediationClosedState()) {
|
||||
tradeStepInfo.setOnAction(e -> {
|
||||
new Popup<>().attention(MediationManager.isMediationActivated() ?
|
||||
Res.get("portfolio.pending.support.popup.info") : Res.get("portfolio.pending.support.popup.info.aribtrator"))
|
||||
Res.get("portfolio.pending.support.popup.info") : Res.get("portfolio.pending.support.popup.info.arbitrator"))
|
||||
.actionButtonText(Res.get("portfolio.pending.support.popup.button"))
|
||||
.onAction(this::openSupportTicket)
|
||||
.closeButtonText(Res.get("shared.cancel"))
|
||||
|
Loading…
Reference in New Issue
Block a user