Skip to content

Commit

Permalink
feat: Update upload label text [skip pizza] (#2273)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjon3s authored Oct 2, 2023
1 parent 1222490 commit d6eb95d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const FileTaggingModal = ({
<DialogContent>
<Box sx={{ mt: 1, mb: 4 }}>
<Typography variant="h3" component="h2" id="dialog-heading">
What do these files show?
Tell us what these files show
</Typography>
</Box>
{uploadedFiles.map((slot) => (
Expand Down Expand Up @@ -283,7 +283,7 @@ const SelectMultiple = (props: SelectMultipleProps) => {
<ListSubheader disableGutters>
<ListHeader>
<Typography variant="h4" component="h3" pr={3}>
Select all labels that apply
Select all that apply
</Typography>
<Button
variant="contained"
Expand Down

0 comments on commit d6eb95d

Please sign in to comment.