aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src
diff options
context:
space:
mode:
authorSascha <GlancingMind@outlook.com>2021-03-05 10:42:56 +0100
committerSascha <GlancingMind@outlook.com>2021-03-05 10:42:56 +0100
commit56d50e98cf208b4966f62bd72e6f43f57e260833 (patch)
tree593de28575cc4796511e582101d0cab1ee659601 /webui/src
parent72eb505308e9e36fda4c82e70fd613deeebdccfe (diff)
downloadgit-bug-56d50e98cf208b4966f62bd72e6f43f57e260833.tar.gz
Revert rename
Diffstat (limited to 'webui/src')
-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 fe3080b1..c31f8ef7 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 issue '}
+ {' opened this bug '}
<Date date={bug.createdAt} />
</Typography>
</div>