Skip to content

Commit

Permalink
capitalizing ribbon widget names #3806
Browse files Browse the repository at this point in the history
  • Loading branch information
zadam committed Apr 6, 2023
1 parent c44be53 commit 8229a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
};
}
Expand Down
2 changes: 1 addition & 1 deletion src/public/app/widgets/ribbon_widgets/search_definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
};
}
Expand Down

0 comments on commit 8229a97

Please sign in to comment.