diff --git a/frontend/src/components/general/form/FormError.tsx b/frontend/src/components/general/form/FormError.tsx index c4921358..c3e748a3 100644 --- a/frontend/src/components/general/form/FormError.tsx +++ b/frontend/src/components/general/form/FormError.tsx @@ -7,7 +7,7 @@ const FormError = ({ error, show }: FormErrorProps) => { return (
- Es ist leider ein Problem aufgetreten. Bitte probieren Sie es erneut oder wenden Sie sich an + Es ist leider ein Problem aufgetreten. Bitte versuche es erneut oder wenden dich an einen Systemadministrierenden.
{error &&Fehlermeldung: {error}
} diff --git a/frontend/src/components/general/form/FormForTree.tsx b/frontend/src/components/general/form/FormForTree.tsx index d54d1f59..1db0d7ca 100644 --- a/frontend/src/components/general/form/FormForTree.tsx +++ b/frontend/src/components/general/form/FormForTree.tsx @@ -67,7 +67,7 @@ const FormForTree = (props: FormForTreeProps) => { value: cluster.id.toString(), })), ]} - placeholder="Wählen Sie eine Bewässerungsgruppe aus" + placeholder="Wähle eine Bewässerungsgruppe aus" label="Bewässerungsgruppe" error={errors.treeClusterId?.message} {...props.register('treeClusterId')} @@ -81,7 +81,7 @@ const FormForTree = (props: FormForTreeProps) => { value: sensor.id.toString(), })), ]} - placeholder="Wählen Sie einen Sensor aus, sofern vorhanden" + placeholder="Wähle einen Sensor aus, sofern vorhanden" label="Verknüpfter Sensor" error={errors.sensorId?.message} {...props.register('sensorId')} diff --git a/frontend/src/components/general/form/FormForTreecluster.tsx b/frontend/src/components/general/form/FormForTreecluster.tsx index 40e32e14..2623af2e 100644 --- a/frontend/src/components/general/form/FormForTreecluster.tsx +++ b/frontend/src/components/general/form/FormForTreecluster.tsx @@ -46,7 +46,7 @@ const FormForTreecluster = (props: FormForTreeClusterProps) => { />