mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-01 17:27:14 +02:00
chore(editor): Improve agent builder prompt field tooltips (#22045)
This commit is contained in:
parent
3b74155780
commit
a22226f5cd
|
|
@ -423,6 +423,7 @@ defineExpose({
|
|||
<N8nTooltip
|
||||
:content="creditsTooltipContent"
|
||||
:popper-class="$style.infoPopper"
|
||||
:show-after="300"
|
||||
placement="top"
|
||||
>
|
||||
<N8nIcon icon="info" size="small" />
|
||||
|
|
@ -432,6 +433,8 @@ defineExpose({
|
|||
:disabled="!showAskOwnerTooltip"
|
||||
:content="t('promptInput.askAdminToUpgrade')"
|
||||
placement="top"
|
||||
:show-after="300"
|
||||
:enterable="false"
|
||||
>
|
||||
<N8nLink size="small" theme="text" @click="() => emit('upgrade-click')">
|
||||
{{ t('promptInput.getMore') }}
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ export default {
|
|||
'promptInput.askAdminToUpgrade': 'Ask your admin to upgrade the instance to get more credits',
|
||||
'promptInput.characterLimitReached': "You've reached the {limit} character limit",
|
||||
'promptInput.remainingCredits': 'Remaining builder AI credits: <b>{count}</b>',
|
||||
'promptInput.monthlyCredits': 'Monthly credits: <b>{count}</b>',
|
||||
'promptInput.monthlyCredits': 'Monthly credits: <b>{count}</b> (1 credit = 1 message)',
|
||||
'promptInput.creditsRenew': 'Credits renew on: <b>{date}</b>',
|
||||
'promptInput.creditsExpire': 'Unused credits expire {date}',
|
||||
} as N8nLocale;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user