mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-03-14 18:06:34 -04:00
Rename Pending trades to Open trades
This commit is contained in:
parent
24ba66e665
commit
4a315d55a7
@ -25,7 +25,7 @@
|
||||
xmlns:fx="http://javafx.com/fxml">
|
||||
|
||||
<Tab fx:id="offersTab" text="Open offers" closable="false"/>
|
||||
<Tab fx:id="pendingTradesTab" text="Pending trades" closable="false"/>
|
||||
<Tab fx:id="pendingTradesTab" text="Open trades" closable="false"/>
|
||||
<Tab fx:id="closedTradesTab" text="History" closable="false"/>
|
||||
|
||||
</TabPane>
|
||||
|
@ -39,7 +39,7 @@
|
||||
<Insets bottom="-10.0" left="25.0" top="30.0" right="25"/>
|
||||
</padding>
|
||||
|
||||
<TitledSeparator text="Pending trades" GridPane.rowIndex="0" GridPane.columnIndex="0"
|
||||
<TitledSeparator text="Open trades" GridPane.rowIndex="0" GridPane.columnIndex="0"
|
||||
GridPane.columnSpan="2"/>
|
||||
|
||||
<TableView fx:id="table" GridPane.rowIndex="0" GridPane.columnIndex="0" GridPane.columnSpan="2"
|
||||
|
@ -31,7 +31,7 @@
|
||||
<Insets bottom="20.0" left="25.0" top="30.0" right="25"/>
|
||||
</padding>
|
||||
|
||||
<TitledSeparator text="Pending trades" GridPane.rowIndex="0" GridPane.columnIndex="0"
|
||||
<TitledSeparator text="Open trades" GridPane.rowIndex="0" GridPane.columnIndex="0"
|
||||
GridPane.columnSpan="2"/>
|
||||
|
||||
<TableView fx:id="orderBookTable" GridPane.rowIndex="0" GridPane.columnIndex="0" GridPane.columnSpan="2"
|
||||
@ -57,7 +57,7 @@
|
||||
</GridPane.margin>
|
||||
</ProcessStepBar>
|
||||
|
||||
<TitledGroupBg fx:id="priceAmountPane" text="Pending trade"
|
||||
<TitledGroupBg fx:id="priceAmountPane" text="Open trade"
|
||||
GridPane.rowSpan="2" GridPane.columnSpan="2" GridPane.rowIndex="2">
|
||||
<GridPane.margin>
|
||||
<Insets top="40.0" bottom="-10" left="-10" right="-10"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user