Skip to content

Commit 4c9657f

Browse files
committed
fix another typo
1 parent e16cce2 commit 4c9657f

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
@@ -388,7 +388,7 @@ export const ImageGallery: React.FC<{ albumId?: string }> = ({ albumId }) => {
388388
</Dialog>
389389
</>
390390
)}
391-
<Tooltip title="Delete ZZZ">
391+
<Tooltip title="Delete">
392392
<IconButton
393393
color="inherit"
394394
onClick={() => setOpenDeleteDialog(true)}

0 commit comments

Comments
 (0)