Capitalize Inherited Attributes for consistency

This commit is contained in:
MeIchthys 2023-03-14 16:01:08 -04:00 committed by GitHub
parent 54e21bf249
commit b1153f8d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
};
}