From bbc3525fb785881dfbe28f5529ec98f0b8672f24 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Sun, 26 Nov 2023 11:49:00 +0100 Subject: [PATCH] Change to capital letter Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- src/components/Properties/PropertyGroups.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }}