chore(rebrand): change product name

This commit is contained in:
Elian Doran
2025-06-22 10:53:04 +03:00
parent 5a3503c577
commit d8b85aad7c
57 changed files with 115 additions and 115 deletions

View File

@@ -688,7 +688,7 @@ export default class TabManager extends Component {
const titleFragments = [
// it helps to navigate in history if note title is included in the title
await activeNoteContext.getNavigationTitle(),
"TriliumNext Notes"
"Trilium Notes"
].filter(Boolean);
document.title = titleFragments.join(" - ");