capitalizing ribbon widget names #3806

This commit is contained in:
zadam 2023-04-06 21:20:19 +02:00
parent c44be53673
commit 8229a97ffb
2 changed files with 2 additions and 2 deletions

View File

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

View File

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