mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
tweaks
This commit is contained in:
@@ -49,7 +49,7 @@ class NoteRevision extends AbstractEntity {
|
||||
this.title = protectedSessionService.decryptString(this.title);
|
||||
}
|
||||
else {
|
||||
this.title = "[Protected]";
|
||||
this.title = "[protected]";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user