diff --git a/web/src/components/HomeSidebar/TagsSection.tsx b/web/src/components/HomeSidebar/TagsSection.tsx index 84ee0b5e..b7057b37 100644 --- a/web/src/components/HomeSidebar/TagsSection.tsx +++ b/web/src/components/HomeSidebar/TagsSection.tsx @@ -58,7 +58,7 @@ const TagsSection = (props: Props) => {
- Tree mode + {t("common.tree-mode")} setTreeMode(event.target.checked)} />
diff --git a/web/src/components/Settings/StorageSection.tsx b/web/src/components/Settings/StorageSection.tsx index 44aa6219..8f62aa29 100644 --- a/web/src/components/Settings/StorageSection.tsx +++ b/web/src/components/Settings/StorageSection.tsx @@ -146,7 +146,7 @@ const StorageSection = () => { {workspaceStorageSetting.storageType !== WorkspaceStorageSetting_StorageType.DATABASE && (
- Filepath template + {t("setting.storage-section.filepath-template")}