Skip to content

Commit

Permalink
refactor: rename intl key
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan authored Jun 6, 2024
1 parent 03b9cb0 commit 3f2c047
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function ErrorCard(props: {error: unknown; onRetry: () => void}) {
<Box>
<Stack space={2}>
<Text as="p" size={1}>
<>{t('form.error.unhandled-runtime-error.details.title')}</>
<>{t('form.error.unhandled-runtime-error.call-stack.title')}</>
</Text>
<Card border radius={2} overflow="auto" padding={4} tone="inherit">
{stack && <Code size={1}>{stack}</Code>}
Expand Down

0 comments on commit 3f2c047

Please sign in to comment.