We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b99e5 commit 66a926cCopy full SHA for 66a926c
1 file changed
src/main/java/com/mydemo/tutorial/addressbook/ContactForm.java
@@ -28,9 +28,9 @@ public class ContactForm extends FormLayout {
28
Button cancel = new Button("Cancel", this::cancel);
29
TextField firstName = new TextField("First name");
30
TextField lastName = new TextField("Last name");
31
- TextField phone = new TextField("Phone");
+ TextField phone = new TextField("mobile");
32
TextField email = new TextField("Email");
33
- DateField birthDate = new DateField("Birth of date");
+ DateField birthDate = new DateField("Birth date");
34
35
Contact contact;
36
0 commit comments