Hello,
i just recognized, that the Collection Label is printed two Times at the "Add new Item to Collection" Button:

|
<p class="mt-4 mb-1">{{ labels.add_collection_item }}:</p> |
|
<i class="fas fa-fw fa-plus"></i> {{ labels.select }} |
So, labels.add_collection_item and labels.select seems to be the same
Hello,
i just recognized, that the Collection Label is printed two Times at the "Add new Item to Collection" Button:

core/assets/js/app/editor/Components/Collection.vue
Line 41 in b436e24
core/assets/js/app/editor/Components/Collection.vue
Line 52 in b436e24
So,
labels.add_collection_itemandlabels.selectseems to be the same