mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
renaming attributes to labels, fixes #79
This commit is contained in:
@@ -24,7 +24,7 @@ function newNoteImageId() {
|
||||
return randomString(12);
|
||||
}
|
||||
|
||||
function newAttributeId() {
|
||||
function newLabelId() {
|
||||
return randomString(12);
|
||||
}
|
||||
|
||||
@@ -159,7 +159,7 @@ module.exports = {
|
||||
newNoteRevisionId,
|
||||
newImageId,
|
||||
newNoteImageId,
|
||||
newAttributeId,
|
||||
newLabelId,
|
||||
newApiTokenId,
|
||||
toBase64,
|
||||
fromBase64,
|
||||
|
||||
Reference in New Issue
Block a user