summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/components/Properties/PropertyGroups.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Properties/PropertyGroups.vue b/src/components/Properties/PropertyGroups.vue
index 60a28c7d..da831881 100644
--- a/src/components/Properties/PropertyGroups.vue
+++ b/src/components/Properties/PropertyGroups.vue
@@ -56,7 +56,7 @@
</span>
</NcSelect>
<p v-else>
- {{ localValue.length === 0 ? t('contacts','none'): localValue.toString() }}
+ {{ localValue.length === 0 ? t('contacts','None'): localValue.toString() }}
</p>
</div>