diff --git a/src/components/Properties/PropertyGroups.vue b/src/components/Properties/PropertyGroups.vue index 60a28c7d5..da831881d 100644 --- a/src/components/Properties/PropertyGroups.vue +++ b/src/components/Properties/PropertyGroups.vue @@ -56,7 +56,7 @@
- {{ localValue.length === 0 ? t('contacts','none'): localValue.toString() }} + {{ localValue.length === 0 ? t('contacts','None'): localValue.toString() }}