small fixes

This commit is contained in:
zadam
2020-08-31 23:13:39 +02:00
parent 574b71de63
commit a15f8d7e11
3 changed files with 9 additions and 7 deletions

View File

@@ -410,7 +410,7 @@ class ConsistencyChecks {
noteRevision.isErased = true;
noteRevision.save();
logFix(`Note revision ${noteRevisionId} content was set to empty string since it was null even though it is not erased`);
logFix(`Note revision ${noteRevisionId} content was set to erased since it was null even though it was not erased`);
} else {
logError(`Note revision ${noteRevisionId} content is null even though it is not erased`);
}