mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
add missing translations (#7073)
Co-authored-by: Mary Hipp <maryhipp@Marys-MacBook-Air.local>
This commit is contained in:
@@ -44,12 +44,12 @@ export const ActiveWorkflow = () => {
|
||||
<Spacer />
|
||||
{mode === 'edit' && <SaveWorkflowButton />}
|
||||
<ModeToggle />
|
||||
<Tooltip label="Clear workflow">
|
||||
<Tooltip label={t('nodes.clearWorkflow')}>
|
||||
<IconButton
|
||||
onClick={handleNewWorkflow}
|
||||
variant="outline"
|
||||
size="sm"
|
||||
aria-label="Clear workflow"
|
||||
aria-label={t('nodes.clearWorkflow')}
|
||||
icon={<PiXBold />}
|
||||
colorScheme="error"
|
||||
/>
|
||||
|
||||
@@ -28,7 +28,7 @@ export const WorkflowName = () => {
|
||||
)}
|
||||
|
||||
{isTouched && mode === 'edit' && (
|
||||
<Tooltip label="Workflow has unsaved changes">
|
||||
<Tooltip label={t('nodes.newWorkflowDesc2')}>
|
||||
<Flex>
|
||||
<Icon as={PiDotOutlineFill} boxSize="20px" sx={{ color: 'invokeYellow.500' }} />
|
||||
</Flex>
|
||||
|
||||
Reference in New Issue
Block a user