Skip to content

Commit

Permalink
feat(PN-9571): change requests
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahDonvito committed Apr 11, 2024
1 parent a5fc573 commit af684db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/pn-commons/src/components/FileUpload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ const FileUpload = ({
textAlign="center"
color={fileData.error ? 'error' : ''}
>
{uploadText} {getLocalizedOrDefaultLabel('common', 'upload-file.or', 'oppure')}
{uploadText} {getLocalizedOrDefaultLabel('common', 'upload-file.or')}
 
</Typography>
<Button
Expand All @@ -330,7 +330,7 @@ const FileUpload = ({
data-testid="loadFromPc"
sx={{ margin: isMobile ? '10px 0' : '0 10px' }}
>
{getLocalizedOrDefaultLabel('common', 'upload-file.select-file', 'carica il file')}
{getLocalizedOrDefaultLabel('common', 'upload-file.select-file')}
</Button>
<Input
id="file-input"
Expand Down

0 comments on commit af684db

Please sign in to comment.