Skip to content

Commit 0d7edbc

Browse files
maryhippMary Hipp
andauthored
add missing translations (#7073)
Co-authored-by: Mary Hipp <[email protected]>
1 parent e20d964 commit 0d7edbc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

invokeai/frontend/web/src/features/nodes/components/sidePanel/WorkflowListMenu/ActiveWorkflow.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ export const ActiveWorkflow = () => {
4444
<Spacer />
4545
{mode === 'edit' && <SaveWorkflowButton />}
4646
<ModeToggle />
47-
<Tooltip label="Clear workflow">
47+
<Tooltip label={t('nodes.clearWorkflow')}>
4848
<IconButton
4949
onClick={handleNewWorkflow}
5050
variant="outline"
5151
size="sm"
52-
aria-label="Clear workflow"
52+
aria-label={t('nodes.clearWorkflow')}
5353
icon={<PiXBold />}
5454
colorScheme="error"
5555
/>

invokeai/frontend/web/src/features/nodes/components/sidePanel/WorkflowName.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const WorkflowName = () => {
2828
)}
2929

3030
{isTouched && mode === 'edit' && (
31-
<Tooltip label="Workflow has unsaved changes">
31+
<Tooltip label={t('nodes.newWorkflowDesc2')}>
3232
<Flex>
3333
<Icon as={PiDotOutlineFill} boxSize="20px" sx={{ color: 'invokeYellow.500' }} />
3434
</Flex>

0 commit comments

Comments
 (0)