client/src/components/Settings.js
changeset 142 56850f5c73f6
parent 129 d48946d164c6
child 143 cfcbf4bc66f1
--- a/client/src/components/Settings.js	Tue Jul 10 15:18:03 2018 +0200
+++ b/client/src/components/Settings.js	Wed Jul 18 17:32:09 2018 +0200
@@ -33,7 +33,7 @@
                   <FormControl
                     name="firstname"
                     defaultValue={ firstname }
-                    placeholder="John"
+                    placeholder="First Name"
                     inputRef={ ref => { this.firstname = ref; } }
                   />
                 </FormGroup>
@@ -42,7 +42,7 @@
                   <FormControl
                     name="lastname"
                     defaultValue={ lastname }
-                    placeholder="Doe"
+                    placeholder="Last Name"
                     inputRef={ ref => { this.lastname = ref; } }
                   />
                 </FormGroup>