mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
Retry button in AI assistant failing to show
This commit is contained in:
parent
8d71307da0
commit
b265f549a9
|
@ -237,7 +237,7 @@ async function onCopyButtonClick(content: string, e: MouseEvent) {
|
|||
data-test-id="error-retry-button"
|
||||
@click="() => message.retry?.()"
|
||||
>
|
||||
{{ t('generic.retry') }}
|
||||
{{ t('assistantChat.retry') }}
|
||||
</n8n-button>
|
||||
</div>
|
||||
<div v-else-if="message.type === 'code-diff'">
|
||||
|
|
|
@ -46,5 +46,6 @@ export default {
|
|||
'assistantChat.inputPlaceholder': 'Enter your response...',
|
||||
'assistantChat.copy': 'Copy',
|
||||
'assistantChat.copied': 'Copied',
|
||||
'assistantChat.retry': 'Retry',
|
||||
'inlineAskAssistantButton.asked': 'Asked',
|
||||
} as N8nLocale;
|
||||
|
|
Loading…
Reference in a new issue