rename opening and closing

This commit is contained in:
Thomas Ruoff
2017-02-21 23:26:47 +01:00
parent 7adf718a98
commit e1c1be42ba

View File

@@ -92,14 +92,14 @@ export default function(props) {
/>
<Input
name="opening"
text="Anrede"
text="Eröffnung"
placeholder="Sehr geehrte Damen und Herren"
onchange={props.onChange}
value={props.opening}
/>
<Input
name="closing"
text="Grußformel"
text="Grußform"
placeholder="Mit freundlichen Grüßen"
onchange={props.onChange}
value={props.closing}