Skip to content

Commit

Permalink
fix oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
andnorda committed Jul 10, 2024
1 parent feb3e31 commit 4ed0444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ app.get("/main-menu", async ({ req, html }) => {
title:
data.context === "privatperson"
? i18n("how_can_we_help")
: i18n(`rolle_${data.context}`),
: i18n(data.context),
frontPageUrl: makeFrontpageUrl({
context: data.context,
language: data.language,
Expand Down

0 comments on commit 4ed0444

Please sign in to comment.