Skip to content

Commit

Permalink
Hardcoded translation
Browse files Browse the repository at this point in the history
  • Loading branch information
kubk committed Mar 22, 2024
1 parent 861ca91 commit ebde2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/shared/card/card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const Card = observer((props: Props) => {
return (
<div className={css({ fontWeight: "normal" })}>
<span className={css({ color: theme.success })}>
Correct:{" "}
{t("review_correct_label")}:{" "}
</span>
{card.answer.text}
</div>
Expand Down

0 comments on commit ebde2ba

Please sign in to comment.