client,server: Trilium Notes -> TriliumNext Notes (closes #195)

This commit is contained in:
Elian Doran
2024-07-14 21:20:42 +03:00
parent 4862b324a5
commit 590442b0d5
9 changed files with 12 additions and 12 deletions

View File

@@ -645,7 +645,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(),
"Trilium Notes"
"TriliumNext Notes"
].filter(Boolean);
document.title = titleFragments.join(" - ");