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:
parent
6389817b43
commit
7c9a31895a
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user