fix: feedback not allowing valid emails

Closes #349
This commit is contained in:
Jovan Krunić
2022-12-15 11:56:41 +01:00
parent f55f3ae518
commit cf74c8e19f
4 changed files with 16 additions and 7 deletions

View File

@@ -201,11 +201,11 @@
},
"email": {
"label": "E-Mail",
"placeholder": "deine@mailadresse.de"
"placeholder": "deine@mailadresse"
},
"message": {
"label": "Nachricht",
"placeholder": "Deine Nachricht an uns..."
"placeholder": "Deine Nachricht an uns... (minimal {{number}} Zeichen lang)"
},
"termsAgree": "Ich bin damit einverstanden, dass Protokolldaten zur Nachverfolgbarkeit von Fehlern mitversandt werden. Es erfolgt keine Weitergabe dieser Daten an Dritte.",
"submit": "Absenden",

View File

@@ -201,11 +201,11 @@
},
"email": {
"label": "Mail",
"placeholder": "your@mailaddress.com"
"placeholder": "your@mailaddress"
},
"message": {
"label": "Message",
"placeholder": "Your message for us..."
"placeholder": "Your message for us... (minimum {{number}} characters)"
},
"termsAgree": "I agree to provide the protocol data for easier traceability of errors. The data will not be forwarded to any third parties.",
"submit": "Submit",