diff options
author | Sascha <GlancingMind@outlook.com> | 2021-03-04 14:15:25 +0100 |
---|---|---|
committer | Sascha <GlancingMind@outlook.com> | 2021-03-04 20:54:04 +0100 |
commit | 72eb505308e9e36fda4c82e70fd613deeebdccfe (patch) | |
tree | 6093c097b0ccd55e59fc9fb9ac90312e8770227a /webui/src/components/BugTitleForm | |
parent | 79422fafb28294ad1e2ae6fe25a6d2788f57d3af (diff) | |
download | git-bug-72eb505308e9e36fda4c82e70fd613deeebdccfe.tar.gz |
Rename "bug" to "issue"
Diffstat (limited to 'webui/src/components/BugTitleForm')
-rw-r--r-- | webui/src/components/BugTitleForm/BugTitleForm.tsx | 2 |
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> |