File tree Expand file tree Collapse file tree
plugins/stack-overflow-teams/src/components/StackOverflow Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments