Revert rename

Sascha created

Change summary

webui/src/components/BugTitleForm/BugTitleForm.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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>