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

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