Skip to content

Commit

Permalink
fix: fix for cr
Browse files Browse the repository at this point in the history
  • Loading branch information
leleOFA committed Feb 25, 2025
1 parent cefe895 commit e51ded6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function LoadingOverlay() {
<CircularProgress
id="spinner-loading"
role="loadingSpinner"
aria-label={getLocalizedOrDefaultLabel('common', 'loading', 'Caricamento in corso')}
aria-label={getLocalizedOrDefaultLabel('common', 'loading')}
sx={{ color: 'white' }}
/>
</Box>
Expand Down

0 comments on commit e51ded6

Please sign in to comment.