aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha <GlancingMind@outlook.com>2021-03-04 14:15:25 +0100
committerSascha <GlancingMind@outlook.com>2021-03-04 20:54:04 +0100
commit72eb505308e9e36fda4c82e70fd613deeebdccfe (patch)
tree6093c097b0ccd55e59fc9fb9ac90312e8770227a
parent79422fafb28294ad1e2ae6fe25a6d2788f57d3af (diff)
downloadgit-bug-72eb505308e9e36fda4c82e70fd613deeebdccfe.tar.gz
Rename "bug" to "issue"
-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>