Skip to content

Commit

Permalink
pmf repharsing
Browse files Browse the repository at this point in the history
  • Loading branch information
bwieger-atlassian-com committed Feb 18, 2025
1 parent a90428d commit 04bacb8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/react/atlascode/common/pmf/PMFDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const PMFDialog: React.FunctionComponent<PMFDialogProps> = ({ open, onCan
return (
<Dialog fullWidth maxWidth="md" open={open} onClose={onCancel}>
<DialogTitle>
<Typography variant="h4">How Are We Doing?</Typography>
<Typography variant="h4">Tell us about your experience</Typography>
</DialogTitle>
<DialogContent>
<Grid container direction="column" spacing={2}>
Expand All @@ -59,7 +59,8 @@ export const PMFDialog: React.FunctionComponent<PMFDialogProps> = ({ open, onCan
as={
<FormControl component="fieldset" onBlur={handleLevelBlur}>
<FormLabel component="legend" required error={errors.level !== undefined}>
How would you feel if you could no longer use this extension?
How disappointed would you feel if you could no longer use Atlassian for VS Code
extension?
</FormLabel>
<RadioGroup aria-label="level" name="level">
<FormControlLabel
Expand Down

0 comments on commit 04bacb8

Please sign in to comment.