Skip to content

Commit

Permalink
pmf repharsing (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwieger-atlassian-com authored Feb 24, 2025
1 parent a9cdae9 commit c4a8f2f
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 c4a8f2f

Please sign in to comment.