mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): make ctx menu download tooltip not refer to iamges
This commit is contained in:
committed by
Mary Hipp Rogers
parent
a6b0581939
commit
e4f24c4dc4
@@ -22,8 +22,8 @@ export const ContextMenuItemDownload = memo(() => {
|
||||
return (
|
||||
<IconMenuItem
|
||||
icon={<PiDownloadSimpleBold />}
|
||||
aria-label={t('parameters.downloadImage')}
|
||||
tooltip={t('parameters.downloadImage')}
|
||||
aria-label={t('gallery.download')}
|
||||
tooltip={t('gallery.download')}
|
||||
onClick={onClick}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user