mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
adding a button to the detail to explicitly save changes.
This commit is contained in:
@@ -203,7 +203,7 @@ function parser(tokens, str, allowEmptyRelations = false) {
|
||||
attr.endIndex = tokens[i].endIndex;
|
||||
}
|
||||
else {
|
||||
throw new Error(`Unrecognized attribute "${text}" in ${context(i)}`);
|
||||
throw new Error(`Invalid attribute "${text}" in ${context(i)}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user