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