summaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authoraryat <aryatalathi24@gmail.com>2022-11-23 19:24:34 +0530
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-12-13 10:50:53 +0100
commit1c36a0f76357ddd3bd1dd8261c357e959123bb37 (patch)
tree0ea1c9511eee790797830b0c5658283bb52cdaea /src/components
parent171213cf247aaff98e44df0e1c0d41733b4adc17 (diff)
Rephraze "There is no member in this circle"
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>