diff --git a/webapp/channels/src/i18n/de.json b/webapp/channels/src/i18n/de.json index 1d9e31e915..3c13f10295 100644 --- a/webapp/channels/src/i18n/de.json +++ b/webapp/channels/src/i18n/de.json @@ -2692,7 +2692,7 @@ "air_gapped_modal.close": "Schliessen", "air_gapped_modal.description": "Um deinen Test zu starten, besuche bitte {link} und fordere einen Testschlüssel an.", "air_gapped_modal.title": "Testschlüssel anfordern", - "ai.summarizeThread" : "Thread zusammenfassen", + "ai.summarizeThread" : "Zusammenfassen", "ai.actions" : "KI-Aktionen", "alert_banner.tooltipCloseBtn": "Schliessen", "analytics.chart.loading": "Lade...", diff --git a/webapp/channels/src/i18n/en.json b/webapp/channels/src/i18n/en.json index 26676f7fa8..53005f17ae 100644 --- a/webapp/channels/src/i18n/en.json +++ b/webapp/channels/src/i18n/en.json @@ -2778,7 +2778,7 @@ "air_gapped_modal.close": "Close", "air_gapped_modal.description": "To start your trial, please visit {link} and request a trial key.", "air_gapped_modal.title": "Request a trial key", - "ai.summarizeThread" : "Summarize thread", + "ai.summarizeThread" : "Summarize", "ai.actions" : "AI Actions", "admin.webserverModeUncompressedDescription": "The kChat server will serve static files uncompressed.", "alert_banner.tooltipCloseBtn": "Close", diff --git a/webapp/channels/src/i18n/es.json b/webapp/channels/src/i18n/es.json index c97cbf1afb..ece6235fcc 100644 --- a/webapp/channels/src/i18n/es.json +++ b/webapp/channels/src/i18n/es.json @@ -2479,7 +2479,7 @@ "admin.webserverModeUncompressed": "Sin comprimir", "admin.webserverModeUncompressedDescription": "El servidor kChat servirá los archivos estáticos sin comprimir.", "admin_settings.save_unsaved_changes": "Por favor, guarde los cambios primero", - "ai.summarizeThread" : "Resumir hilo", + "ai.summarizeThread" : "Resumir", "ai.actions" : "Acciones IA", "analytics.chart.loading": "Cargando...", "analytics.chart.meaningful": "No hay suficiente data para tener una representación significativa.", diff --git a/webapp/channels/src/i18n/fr.json b/webapp/channels/src/i18n/fr.json index 925647971a..a59fda59dd 100644 --- a/webapp/channels/src/i18n/fr.json +++ b/webapp/channels/src/i18n/fr.json @@ -2429,7 +2429,7 @@ "air_gapped_modal.close": "Fermer", "air_gapped_modal.description": "Pour commencer votre essai, rendez-vous sur {link} et demander une clé d’essai.", "air_gapped_modal.title": "Demander une clé d’essai", - "ai.summarizeThread" : "Résumer le fil de discussion", + "ai.summarizeThread" : "Résumer", "ai.actions" : "Actions IA", "alert_banner.tooltipCloseBtn": "Fermer", "analytics.chart.loading": "Chargement…", diff --git a/webapp/channels/src/i18n/it.json b/webapp/channels/src/i18n/it.json index f7c40a474d..8f61dee2c3 100644 --- a/webapp/channels/src/i18n/it.json +++ b/webapp/channels/src/i18n/it.json @@ -1846,7 +1846,7 @@ "admin_settings.save_unsaved_changes": "Si prega di salvare i cambiamenti prima", "analytics.chart.loading": "Caricamento...", "analytics.chart.meaningful": "Dati insufficienti per una rappresentazione significativa.", - "ai.summarizeThread" : "Riassumi il thread", + "ai.summarizeThread" : "Riassumi", "ai.actions" : "Azioni IA", "analytics.system.activeUsers": "Utenti attivi con post", "analytics.system.channelTypes": "Tipi di canale", diff --git a/webapp/channels/src/plugins/ai/components/post_menu.tsx b/webapp/channels/src/plugins/ai/components/post_menu.tsx index 19dcf5cebd..fb6807d98d 100644 --- a/webapp/channels/src/plugins/ai/components/post_menu.tsx +++ b/webapp/channels/src/plugins/ai/components/post_menu.tsx @@ -90,7 +90,7 @@ const PostMenu = (props: Props) => {