We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a78c6 commit 3a17520Copy full SHA for 3a17520
static/app/views/detectors/components/forms/common/issueOwnershipSection.tsx
@@ -48,6 +48,7 @@ export function IssueOwnershipSection({step}: {step?: number}) {
48
{fieldProps => (
49
<MarkdownTextArea
50
{...fieldProps}
51
+ aria-label={t('description')}
52
placeholder={t(
53
'Example monitor description\n\nTo debug follow these steps:\n1. \u2026\n2. \u2026\n3. \u2026'
54
)}
0 commit comments