Skip to content

Commit

Permalink
Added lang attribute to quest page original name
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed Mar 9, 2024
1 parent aef0943 commit 5d2a26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/db/src/Page/Quest/QuestSubData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const QuestSubData = ({ region, quest }: { region: Region; quest: Quest.QuestPha
},
{
label: t("Original Name"),
value: <>{quest.originalName}</>,
value: <span lang={lang(region)}>{quest.originalName}</span>,
hidden: quest.name === quest.originalName,
},
{
Expand Down

0 comments on commit 5d2a26f

Please sign in to comment.