webui/src/components/BugTitleForm/BugTitleForm.tsx 🔗
@@ -173,7 +173,7 @@ function BugTitleForm({ bug }: Props) {
<div className="classes.headerSubtitle">
<Typography color={'textSecondary'}>
<Author author={bug.author} />
- {' opened this issue '}
+ {' opened this bug '}
<Date date={bug.createdAt} />
</Typography>
</div>