mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +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 {
|
return {
|
||||||
show: true,
|
show: true,
|
||||||
activate: true,
|
activate: true,
|
||||||
title: "Promoted attributes",
|
title: "Promoted Attributes",
|
||||||
icon: "bx bx-table"
|
icon: "bx bx-table"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -180,7 +180,7 @@ export default class SearchDefinitionWidget extends NoteContextAwareWidget {
|
|||||||
return {
|
return {
|
||||||
show: this.isEnabled(),
|
show: this.isEnabled(),
|
||||||
activate: true,
|
activate: true,
|
||||||
title: 'Search parameters',
|
title: 'Search Parameters',
|
||||||
icon: 'bx bx-search'
|
icon: 'bx bx-search'
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user