Skip to content

Commit

Permalink
fix: Standardise copy in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Oct 30, 2024
1 parent 3eb45c2 commit 893866e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const MembersTable = ({
addUser();
}}
>
Add a new editor
Add a new member
</AddButton>
</TableCell>
</TableRow>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const UserUpsertModal = ({
>
<Box sx={{ mt: 1, mb: 4 }}>
<Typography variant="h3" component="h2" id="dialog-heading">
Add a new { isDemoTeam ? "demo user" : "editor" }
Add a new member
</Typography>
</Box>
<InputGroup flowSpacing>
Expand Down

0 comments on commit 893866e

Please sign in to comment.