From 56d50e98cf208b4966f62bd72e6f43f57e260833 Mon Sep 17 00:00:00 2001 From: Sascha Date: Fri, 5 Mar 2021 10:42:56 +0100 Subject: Revert rename --- webui/src/components/BugTitleForm/BugTitleForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webui/src/components/BugTitleForm/BugTitleForm.tsx') 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) {
- {' opened this issue '} + {' opened this bug '}
-- cgit