Rename "bug" to "issue"

This commit is contained in:
Sascha 2021-03-04 14:15:25 +01:00
parent 79422fafb2
commit 72eb505308

View File

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