1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Change description of note revisions to "note history"

This commit is contained in:
Henry Heino 2024-12-10 22:18:01 -08:00
parent 6389817b43
commit 7c9a31895a

View File

@ -204,7 +204,7 @@ export default class Synchronizer {
sum += value;
if (key === 'Revision') {
includedKeyNames.push(_('old note versions'));
includedKeyNames.push(_('note history'));
} else if (key === 'Note') {
includedKeyNames.push(_('notes'));
} else if (key === 'Resource') {