Skip to content

Commit

Permalink
fix(ui): fix untranslated message
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Leclerc <[email protected]>
  • Loading branch information
sylvlecl committed Dec 19, 2024
1 parent 763f370 commit 6de2dd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ function EditionView(props: Props) {
) : (
<Body sx={{ alignItems: "left" }}>
<Box height="85%">
<EmptyView title="variants.error.noCommands" />
<EmptyView title={t("variants.error.noCommands")} />
</Box>
</Body>
)}
Expand Down

0 comments on commit 6de2dd0

Please sign in to comment.