Skip to content

Commit 66a926c

Browse files
authored
Rename phone field label and birth date label
1 parent 25b99e5 commit 66a926c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/mydemo/tutorial/addressbook/ContactForm.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ public class ContactForm extends FormLayout {
2828
Button cancel = new Button("Cancel", this::cancel);
2929
TextField firstName = new TextField("First name");
3030
TextField lastName = new TextField("Last name");
31-
TextField phone = new TextField("Phone");
31+
TextField phone = new TextField("mobile");
3232
TextField email = new TextField("Email");
33-
DateField birthDate = new DateField("Birth of date");
33+
DateField birthDate = new DateField("Birth date");
3434

3535
Contact contact;
3636

0 commit comments

Comments
 (0)