Added missing i18n key

This commit is contained in:
Karl Lee
2024-06-07 01:52:03 +08:00
parent 72e1615fe1
commit 046dd02a6d
2 changed files with 2 additions and 1 deletions

View File

@@ -757,7 +757,7 @@
</Tooltip>
{#if $config?.features.enable_image_generation && !readOnly}
<Tooltip content="Generate Image" placement="bottom">
<Tooltip content="{$i18n.t('Generate Image')}" placement="bottom">
<button
class="{isLastMessage
? 'visible'