mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 01:18:44 +02:00
Merge pull request #3710 from meichthys/patch-3
Capitalize Ribbon Widget titles for consistency
This commit is contained in:
commit
d8e9086bde
@ -44,7 +44,7 @@ export default class InheritedAttributesWidget extends NoteContextAwareWidget {
|
||||
getTitle() {
|
||||
return {
|
||||
show: !this.note.isLaunchBarConfig(),
|
||||
title: "Inherited attributes",
|
||||
title: "Inherited Attributes",
|
||||
icon: "bx bx-list-plus"
|
||||
};
|
||||
}
|
||||
|
@ -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…
x
Reference in New Issue
Block a user