Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
"Contact email" -> "Your email address" for greater clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehearn committed Nov 26, 2014
1 parent be3c1a5 commit 6d3d516
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<Label fx:id="minMoney" alignment="CENTER_RIGHT" contentDisplay="RIGHT" maxWidth="1.7976931348623157E308" onMouseClicked="#minMoneyClicked" styleClass="link-label" text="Minimum amount possible" />
<HBox alignment="CENTER_LEFT" prefWidth="200.0" spacing="15.0">
<children>
<Label text="Contact email" />
<Label text="Your email address" />
<TextField fx:id="emailEdit" HBox.hgrow="ALWAYS" />
</children>
<padding>
Expand Down

0 comments on commit 6d3d516

Please sign in to comment.