Skip to content

Commit

Permalink
Update Overview.tsx
Browse files Browse the repository at this point in the history
Fixes a typo in an error message when failing to load locations
  • Loading branch information
williamlardier authored Oct 2, 2024
1 parent 243088e commit b9c953f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/databrowser/buckets/details/Overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ function LocationType({ location: locationName }: { location: string }) {
message={
<Text>
An error occured while loading locations, this can affect
diplaying the bucket location
displaying the bucket location
</Text>
}
status="error"
Expand Down

0 comments on commit b9c953f

Please sign in to comment.