|
@@ -129,7 +129,7 @@ class IssueQuickTrace extends Component<Props, State> {
|
|
|
</Button>
|
|
|
}
|
|
|
>
|
|
|
- {tct('The [type] for this error cannot be found. [link]', {
|
|
|
+ {tct('The [type] for this event cannot be found. [link]', {
|
|
|
type: type === 'missing' ? t('transaction') : t('trace'),
|
|
|
link: (
|
|
|
<ExternalLink href="https://docs.sentry.io/product/sentry-basics/tracing/trace-view/#troubleshooting">
|