Преглед изворни кода

refac: rename tools to external tools for clarity

Timothy Jaeryang Baek пре 1 месец
родитељ
комит
0bca4e230e
2 измењених фајлова са 3 додато и 3 уклоњено
  1. 1 1
      src/lib/components/admin/Settings.svelte
  2. 2 2
      src/lib/components/chat/SettingsModal.svelte

+ 1 - 1
src/lib/components/admin/Settings.svelte

@@ -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

+ 2 - 2
src/lib/components/chat/SettingsModal.svelte

@@ -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'}