1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-03-27 02:37:06 +01:00

gui: fix typo in "open channel" dialog

This commit is contained in:
sstone 2016-08-23 17:53:07 +02:00
parent bdc66ff4ce
commit 6018abfecf

View file

@ -37,7 +37,7 @@ class DialogOpen(primaryStage: Stage, handlers: Handlers) extends Stage() {
val textFieldHostPort = new TextField()
grid.add(textFieldHostPort, 1, 0)
val labelAmount = new Label("Amount (msat)")
val labelAmount = new Label("Amount")
grid.add(labelAmount, 0, 1)
val textFieldAmount = new TextField("10")