This commit is contained in:
zadam
2021-10-12 22:36:22 +02:00
parent 6738f2cd24
commit 64a3a8b561
5 changed files with 7 additions and 9 deletions

View File

@@ -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]";
}
}