diff --git a/app/components/Sidebar/Settings.tsx b/app/components/Sidebar/Settings.tsx index 129492f3ff..fd15560e4b 100644 --- a/app/components/Sidebar/Settings.tsx +++ b/app/components/Sidebar/Settings.tsx @@ -31,7 +31,7 @@ function SettingsSidebar() { const groupedConfig = groupBy( configs.filter((item) => - item.group === "Integrations" && item.pluginId + item.group === t("Integrations") && item.pluginId ? integrations.findByService(item.pluginId) : true ), diff --git a/shared/i18n/locales/en_US/translation.json b/shared/i18n/locales/en_US/translation.json index 7f17858020..95dc4492b5 100644 --- a/shared/i18n/locales/en_US/translation.json +++ b/shared/i18n/locales/en_US/translation.json @@ -513,6 +513,7 @@ "{{ documentName }} cannot be moved within {{ parentDocumentName }}": "{{ documentName }} cannot be moved within {{ parentDocumentName }}", "You can't reorder documents in an alphabetically sorted collection": "You can't reorder documents in an alphabetically sorted collection", "{{ documentName }} cannot be moved here": "{{ documentName }} cannot be moved here", + "Integrations": "Integrations", "Return to App": "Back to App", "Installation": "Installation", "Unstar document": "Unstar document", @@ -684,7 +685,6 @@ "Import": "Import", "Embeds": "Embeds", "Configure which embed providers are available in the editor.": "Configure which embed providers are available in the editor.", - "Integrations": "Integrations", "Install": "Install", "Change name": "Change name", "Change email": "Change email",