Skip to content

Commit

Permalink
fix(frontend): change tooltip text
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Jul 3, 2024
1 parent e21f2a4 commit e244352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/app/routes/_dashboard.collections.list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ const DisplayCollection = (props: {
radius="md"
/>
<Box pos="absolute" left={0} right={0} bottom={0}>
<ProRequiredAlert tooltipLabel="Custom images for collections" />
<ProRequiredAlert tooltipLabel="Collage images from collection contents" />
</Box>
</Flex>
<Stack flex={1} py={{ md: "sm" }}>
Expand Down

0 comments on commit e244352

Please sign in to comment.