We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449bc4d commit c325ad3Copy full SHA for c325ad3
invokeai/frontend/web/src/features/gallery/components/ImageViewer/CompareToolbar.tsx
@@ -85,8 +85,8 @@ export const CompareToolbar = memo(() => {
85
<Flex gap={2} marginInlineStart="auto">
86
<IconButton
87
icon={<PiXBold />}
88
- aria-label={t('gallery.exitCompare')}
89
- tooltip={t('gallery.exitCompare')}
+ aria-label={`${t('gallery.exitCompare')} (Esc)`}
+ tooltip={`${t('gallery.exitCompare')} (Esc)`}
90
onClick={exitCompare}
91
/>
92
</Flex>
0 commit comments