aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/BugTitleForm/BugTitleForm.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/components/BugTitleForm/BugTitleForm.tsx')
-rw-r--r--webui/src/components/BugTitleForm/BugTitleForm.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/components/BugTitleForm/BugTitleForm.tsx b/webui/src/components/BugTitleForm/BugTitleForm.tsx
index c31f8ef7..fe3080b1 100644
--- a/webui/src/components/BugTitleForm/BugTitleForm.tsx
+++ b/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 bug '}
+ {' opened this issue '}
<Date date={bug.createdAt} />
</Typography>
</div>