mirror of
https://github.com/zadam/trilium.git
synced 2025-01-15 03:27:44 +08:00
Capitalize Owned Attributes
title
This commit is contained in:
parent
7b1d6c3937
commit
54e21bf249
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export default class OwnedAttributeListWidget extends NoteContextAwareWidget {
|
|||
getTitle() {
|
||||
return {
|
||||
show: !this.note.isLaunchBarConfig(),
|
||||
title: "Owned attributes",
|
||||
title: "Owned Attributes",
|
||||
icon: "bx bx-list-check"
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue