diff --git a/src/page-modules/contact/means-of-transport/forms/delayForm.tsx b/src/page-modules/contact/means-of-transport/forms/delayForm.tsx index b1d28263..7e0744c6 100644 --- a/src/page-modules/contact/means-of-transport/forms/delayForm.tsx +++ b/src/page-modules/contact/means-of-transport/forms/delayForm.tsx @@ -39,7 +39,7 @@ export const DelayForm = ({ state, send }: DelayFormProps) => { { @@ -80,7 +78,7 @@ export const DelayForm = ({ state, send }: DelayFormProps) => { )} valueToId={(line: Line) => line.id} valueToText={(line: Line) => line.name} - placeholder={t(PageText.Contact.inputFields.line.optionLabel)} + placeholder={t(PageText.Contact.input.line.optionLabel)} error={ state.context?.errorMessages['line']?.[0] ? t(state.context?.errorMessages['line']?.[0]) @@ -89,7 +87,7 @@ export const DelayForm = ({ state, send }: DelayFormProps) => { /> { @@ -125,7 +123,7 @@ export const DelayForm = ({ state, send }: DelayFormProps) => { value: value, }); }} - placeholder={t(PageText.Contact.inputFields.toStop.optionLabel)} + placeholder={t(PageText.Contact.input.toStop.optionLabel)} options={ state.context.line?.id ? getQuaysByLine(state.context.line.id) : [] } @@ -139,10 +137,11 @@ export const DelayForm = ({ state, send }: DelayFormProps) => { /> send({ type: 'ON_INPUT_CHANGE', @@ -153,10 +152,13 @@ export const DelayForm = ({ state, send }: DelayFormProps) => { /> send({ type: 'ON_INPUT_CHANGE', @@ -167,9 +169,9 @@ export const DelayForm = ({ state, send }: DelayFormProps) => { /> - + - {t(PageText.Contact.inputFields.feedback.description)} + {t(PageText.Contact.input.feedback.description)}