File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
invokeai/frontend/web/src/features/nodes/components/sidePanel Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ export const ActiveWorkflow = () => {
44
44
< Spacer />
45
45
{ mode === 'edit' && < SaveWorkflowButton /> }
46
46
< ModeToggle />
47
- < Tooltip label = "Clear workflow" >
47
+ < Tooltip label = { t ( 'nodes.clearWorkflow' ) } >
48
48
< IconButton
49
49
onClick = { handleNewWorkflow }
50
50
variant = "outline"
51
51
size = "sm"
52
- aria-label = "Clear workflow"
52
+ aria-label = { t ( 'nodes.clearWorkflow' ) }
53
53
icon = { < PiXBold /> }
54
54
colorScheme = "error"
55
55
/>
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export const WorkflowName = () => {
28
28
) }
29
29
30
30
{ isTouched && mode === 'edit' && (
31
- < Tooltip label = "Workflow has unsaved changes" >
31
+ < Tooltip label = { t ( 'nodes.newWorkflowDesc2' ) } >
32
32
< Flex >
33
33
< Icon as = { PiDotOutlineFill } boxSize = "20px" sx = { { color : 'invokeYellow.500' } } />
34
34
</ Flex >
You can’t perform that action at this time.
0 commit comments