--- 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>