summaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-09-23 18:18:38 +0200
committerGitHub <noreply@github.com>2022-09-23 18:18:38 +0200
commitf1808289b84b866443f0ae3440dd418d282717f0 (patch)
treee92c4193a08107e5cb30ac951d6c6db46137cd00 /src/components
parentc36df2dfceb0c7983651bb17ff23b0046184ba5c (diff)
l10n: Change three dots to an ellipsis
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'src/components')
-rw-r--r--src/components/OrgChart.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/OrgChart.vue b/src/components/OrgChart.vue
index debab8ea..646cf296 100644
--- a/src/components/OrgChart.vue
+++ b/src/components/OrgChart.vue
@@ -56,7 +56,7 @@ export default {
})
},
placeholder() {
- return t('contacts', 'Select chart...')
+ return t('contacts', 'Select chart …')
},
},
watch: {