mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 22:47:25 +01:00
rename opening and closing
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user