mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 01:18:44 +02:00
capitalizing ribbon widget names #3806
This commit is contained in:
parent
c44be53673
commit
8229a97ffb
@ -60,7 +60,7 @@ export default class PromotedAttributesWidget extends NoteContextAwareWidget {
|
||||
return {
|
||||
show: true,
|
||||
activate: true,
|
||||
title: "Promoted attributes",
|
||||
title: "Promoted Attributes",
|
||||
icon: "bx bx-table"
|
||||
};
|
||||
}
|
||||
|
@ -180,7 +180,7 @@ export default class SearchDefinitionWidget extends NoteContextAwareWidget {
|
||||
return {
|
||||
show: this.isEnabled(),
|
||||
activate: true,
|
||||
title: 'Search parameters',
|
||||
title: 'Search Parameters',
|
||||
icon: 'bx bx-search'
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user