mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
tweaks
This commit is contained in:
@@ -74,7 +74,7 @@ function getRecentChanges(req) {
|
||||
change.current_title = protectedSessionService.decryptString(change.current_title);
|
||||
}
|
||||
else {
|
||||
change.title = change.current_title = "[Protected]";
|
||||
change.title = change.current_title = "[protected]";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user