refac: rename tools to external tools for clarity

This commit is contained in:
Timothy Jaeryang Baek 2025-08-28 15:08:13 +04:00
parent ef5374a34e
commit 0bca4e230e
2 changed files with 3 additions and 3 deletions

View file

@ -204,7 +204,7 @@
/> />
</svg> </svg>
</div> </div>
<div class=" self-center">{$i18n.t('Tools')}</div> <div class=" self-center">{$i18n.t('External Tools')}</div>
</button> </button>
<button <button

View file

@ -212,7 +212,7 @@
}, },
{ {
id: 'tools', id: 'tools',
title: 'Tools', title: 'External Tools',
keywords: [ keywords: [
'addconnection', 'addconnection',
'add connection', 'add connection',
@ -743,7 +743,7 @@
/> />
</svg> </svg>
</div> </div>
<div class=" self-center">{$i18n.t('Tools')}</div> <div class=" self-center">{$i18n.t('External Tools')}</div>
</button> </button>
{/if} {/if}
{:else if tabId === 'personalization'} {:else if tabId === 'personalization'}