summaryrefslogtreecommitdiffstats
path: root/src/components/EntityPicker/ContactsPicker.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/EntityPicker/ContactsPicker.vue')
-rw-r--r--src/components/EntityPicker/ContactsPicker.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/EntityPicker/ContactsPicker.vue b/src/components/EntityPicker/ContactsPicker.vue
index 35b842f1..ef6f0f3f 100644
--- a/src/components/EntityPicker/ContactsPicker.vue
+++ b/src/components/EntityPicker/ContactsPicker.vue
@@ -9,7 +9,7 @@
<!-- contacts picker -->
<EntityPicker v-else-if="showPicker"
- :confirm-label="t('contacts', 'Add to {group}', { group: pickerforGroup.name})"
+ :confirm-label="t('contacts', 'Add to {group}', { group: pickerforGroup.name })"
:data-types="pickerTypes"
:data-set="pickerData"
@close="onContactPickerClose"