mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
Capitalize Inherited Attributes for consistency
This commit is contained in:
@@ -44,7 +44,7 @@ export default class InheritedAttributesWidget extends NoteContextAwareWidget {
|
|||||||
getTitle() {
|
getTitle() {
|
||||||
return {
|
return {
|
||||||
show: !this.note.isLaunchBarConfig(),
|
show: !this.note.isLaunchBarConfig(),
|
||||||
title: "Inherited attributes",
|
title: "Inherited Attributes",
|
||||||
icon: "bx bx-list-plus"
|
icon: "bx bx-list-plus"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user