Capitalize Owned Attributes title

This commit is contained in:
MeIchthys 2023-03-14 15:58:40 -04:00 committed by GitHub
parent 7b1d6c3937
commit 54e21bf249
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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