mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 23:36:00 -04:00
Change offerbook title
This commit is contained in:
parent
171f61f60c
commit
117a65f913
@ -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…
x
Reference in New Issue
Block a user