diff --git a/invokeai/frontend/web/src/features/gallery/components/ContextMenu/MenuItems/ContextMenuItemDownload.tsx b/invokeai/frontend/web/src/features/gallery/components/ContextMenu/MenuItems/ContextMenuItemDownload.tsx index 13e4dcdb61..b53ba23891 100644 --- a/invokeai/frontend/web/src/features/gallery/components/ContextMenu/MenuItems/ContextMenuItemDownload.tsx +++ b/invokeai/frontend/web/src/features/gallery/components/ContextMenu/MenuItems/ContextMenuItemDownload.tsx @@ -22,8 +22,8 @@ export const ContextMenuItemDownload = memo(() => { return ( } - aria-label={t('parameters.downloadImage')} - tooltip={t('parameters.downloadImage')} + aria-label={t('gallery.download')} + tooltip={t('gallery.download')} onClick={onClick} /> );