diff --git a/app/services/flow/formular/buildFormularServerTranslations.ts b/app/services/flow/formular/buildFormularServerTranslations.ts index 0b7aa8075..cb54a51b5 100644 --- a/app/services/flow/formular/buildFormularServerTranslations.ts +++ b/app/services/flow/formular/buildFormularServerTranslations.ts @@ -85,8 +85,8 @@ export const buildFormularServerTranslations = async ({ structureCmsContent(formPageContent), typeof currentFlow.stringReplacements !== "undefined" ? { - ...currentFlow.stringReplacements(userDataWithPageData), ...stringTranslations, + ...currentFlow.stringReplacements(userDataWithPageData), } : {}, );