aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/BugTitleForm
diff options
context:
space:
mode:
authorSascha <GlancingMind@outlook.com>2021-03-14 16:10:01 +0100
committerSascha <GlancingMind@outlook.com>2021-03-14 16:34:25 +0100
commit2c5d3345e2d3b4746619f3adf859321eadf21992 (patch)
tree99b8665aaee65d0e7268ff0c72b04403182852b4 /webui/src/components/BugTitleForm
parentd0505e2f9ab9483f370ba547cb93ce6cc388f241 (diff)
downloadgit-bug-2c5d3345e2d3b4746619f3adf859321eadf21992.tar.gz
Change caption of buttons from "Issue" to "Bug"
Diffstat (limited to 'webui/src/components/BugTitleForm')
-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 c3a04349..cc9f5267 100644
--- a/webui/src/components/BugTitleForm/BugTitleForm.tsx
+++ b/webui/src/components/BugTitleForm/BugTitleForm.tsx
@@ -159,7 +159,7 @@ function BugTitleForm({ bug }: Props) {
variant="contained"
href="/new"
>
- New issue
+ New bug
</Button>
</div>
)}