Skip to content

Commit e16cce2

Browse files
committed
Fix typo
1 parent 3ce7e22 commit e16cce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ImageGallery.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ export const ImageGallery: React.FC<{ albumId?: string }> = ({ albumId }) => {
334334
</Tooltip>
335335
{albumId && (
336336
<>
337-
<Tooltip title="Remove from album ZZZ">
337+
<Tooltip title="Remove from album">
338338
<span>
339339
<IconButton
340340
color="inherit"

0 commit comments

Comments
 (0)