Skip to content

Commit

Permalink
hotfix(overwrite interpolated translations with stringReplacements)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer6497 committed Dec 10, 2024
1 parent 1d5375a commit c4a39bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ export const buildFormularServerTranslations = async ({
structureCmsContent(formPageContent),
typeof currentFlow.stringReplacements !== "undefined"
? {
...currentFlow.stringReplacements(userDataWithPageData),
...stringTranslations,
...currentFlow.stringReplacements(userDataWithPageData),
}
: {},
);
Expand Down

0 comments on commit c4a39bd

Please sign in to comment.