mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
refac: rename tools to external tools for clarity
This commit is contained in:
parent
ef5374a34e
commit
0bca4e230e
2 changed files with 3 additions and 3 deletions
|
|
@ -204,7 +204,7 @@
|
|||
/>
|
||||
</svg>
|
||||
</div>
|
||||
<div class=" self-center">{$i18n.t('Tools')}</div>
|
||||
<div class=" self-center">{$i18n.t('External Tools')}</div>
|
||||
</button>
|
||||
|
||||
<button
|
||||
|
|
|
|||
|
|
@ -212,7 +212,7 @@
|
|||
},
|
||||
{
|
||||
id: 'tools',
|
||||
title: 'Tools',
|
||||
title: 'External Tools',
|
||||
keywords: [
|
||||
'addconnection',
|
||||
'add connection',
|
||||
|
|
@ -743,7 +743,7 @@
|
|||
/>
|
||||
</svg>
|
||||
</div>
|
||||
<div class=" self-center">{$i18n.t('Tools')}</div>
|
||||
<div class=" self-center">{$i18n.t('External Tools')}</div>
|
||||
</button>
|
||||
{/if}
|
||||
{:else if tabId === 'personalization'}
|
||||
|
|
|
|||
Loading…
Reference in a new issue