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

@@ -49,7 +49,7 @@ class NoteRevision extends AbstractEntity {
this.title = protectedSessionService.decryptString(this.title);
}
else {
this.title = "[Protected]";
this.title = "[protected]";
}
}
}