summaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/MemberList.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/MemberList.vue b/src/components/MemberList.vue
index 0bef24e0..2d32fc46 100644
--- a/src/components/MemberList.vue
+++ b/src/components/MemberList.vue
@@ -37,7 +37,7 @@
</EmptyContent>
</template>
<template v-else>
- <EmptyContent :title="t('contacts', 'There is no member in this circle')">
+ <EmptyContent :title="t('contacts', 'You currently have no access to the memberlist')">
<template #icon>
<IconContact :size="20" />
</template>