diff --git a/src/control/search-bar/search-groups/search-groups.tsx b/src/control/search-bar/search-groups/search-groups.tsx index b2ed53bac2daeb0a65542f0dab2110b289e05c47..1711003514f7237252c5a0e29dcd45d3281a6bb8 100644 --- a/src/control/search-bar/search-groups/search-groups.tsx +++ b/src/control/search-bar/search-groups/search-groups.tsx @@ -270,7 +270,9 @@ export const SearchGroups = defineComponent({ this.ns.is('selected', this.isActiveMore), ]} > - {this.c.model.groupMoreText || ibiz.i18n.t('app.more')} + {this.isActiveMore + ? this.c.state.selectedSearchGroupItem?.caption + : this.c.model.groupMoreText || ibiz.i18n.t('app.more')} ),