mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-25 07:27:18 +01:00
Change offerbook title
This commit is contained in:
parent
171f61f60c
commit
117a65f913
1 changed files with 2 additions and 1 deletions
|
@ -272,7 +272,8 @@ public class OfferBookView extends ActivatableViewAndModel<GridPane, OfferBookVi
|
|||
String postFix = selectedTradeCurrency instanceof FiatCurrency || model.showAllTradeCurrenciesProperty.get() ? "" :
|
||||
" (" + mirroredDirectionText + " " + selectedTradeCurrency.getName() + ")";
|
||||
|
||||
offerBookTitle.setText("Offers for " + directionText + " bitcoin" + postFix);
|
||||
// offerBookTitle.setText("Offers for " + directionText + " bitcoin" + postFix);
|
||||
offerBookTitle.setText("Available offers");
|
||||
createOfferButton.setText("Create new offer for " + directionText + " bitcoin" + postFix);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue