Skip to content

Commit 25b99e5

Browse files
authored
Rename 'Birth date' to 'Birth of date' in ContactForm
1 parent 7347b2f commit 25b99e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class ContactForm extends FormLayout {
3030
TextField lastName = new TextField("Last name");
3131
TextField phone = new TextField("Phone");
3232
TextField email = new TextField("Email");
33-
DateField birthDate = new DateField("Birth date");
33+
DateField birthDate = new DateField("Birth of date");
3434

3535
Contact contact;
3636

0 commit comments

Comments
 (0)