mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Verbosity
This commit is contained in:
parent
c258448f25
commit
fd62d40060
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ public class OKPayForm extends PaymentMethodForm {
|
|||
}
|
||||
|
||||
private void addCurrenciesGrid(boolean isEditable) {
|
||||
Label label = addLabel(gridPane, ++gridRow, "Supported OKPay currencies:", 0);
|
||||
Label label = addLabel(gridPane, ++gridRow, "Supported currencies:", 0);
|
||||
GridPane.setValignment(label, VPos.TOP);
|
||||
FlowPane flowPane = new FlowPane();
|
||||
flowPane.setPadding(new Insets(10, 10, 10, 10));
|
||||
|
|
Loading…
Add table
Reference in a new issue