fix(ui): add missing translation strings

This commit is contained in:
psychedelicious
2023-10-12 22:46:47 +11:00
parent 18164fc72a
commit 89db749d89
15 changed files with 60 additions and 20 deletions

View File

@@ -60,9 +60,9 @@ const QueueButtonTooltipContent = ({ prepend = false }: Props) => {
)}
<StyledDivider />
<Text fontWeight={400} fontStyle="oblique 10deg">
Adding images to{' '}
{t('parameters.invoke.addingImagesTo')}{' '}
<Text as="span" fontWeight={600}>
{autoAddBoardName || 'Uncategorized'}
{autoAddBoardName || t('boards.uncategorized')}
</Text>
</Text>
</Flex>