Skip to content

Commit 8bc8222

Browse files
committed
changes on the question tips
1 parent 24630bf commit 8bc8222

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

plugins/stack-overflow-teams/src/components/StackOverflow/StackOverflowPostQuestionModal.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ export const StackOverflowPostQuestionModal = () => {
317317
<Box sx={{ height: '100%', display: 'flex', flexDirection: 'column' }}>
318318
<Typography variant="h6" gutterBottom sx={{ display: 'flex', alignItems: 'center', gap: 1 }}>
319319
<DescriptionIcon color="primary" />
320-
Writing a Good Description
320+
Explaining the issue in more detail
321321
</Typography>
322322

323323
<Card elevation={2} sx={{ mb: 2 }}>
@@ -511,10 +511,6 @@ export const StackOverflowPostQuestionModal = () => {
511511
<ListItemIcon><CheckCircleIcon color="success" fontSize="small" /></ListItemIcon>
512512
<ListItemText primary="Tag your question appropriately" />
513513
</ListItem>
514-
<ListItem>
515-
<ListItemIcon><CheckCircleIcon color="success" fontSize="small" /></ListItemIcon>
516-
<ListItemText primary="Mention relevant team members if needed" />
517-
</ListItem>
518514
</List>
519515
</CardContent>
520516
</Card>
@@ -586,7 +582,7 @@ export const StackOverflowPostQuestionModal = () => {
586582
Tags
587583
</Typography>
588584
<Typography variant="body2" color="text.secondary" sx={{ mb: 1 }}>
589-
Add a minimum of one tag
585+
At least one tag is required.
590586
</Typography>
591587
<TextField
592588
fullWidth

0 commit comments

Comments
 (0)