summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-12-16 06:28:32 +0100
committerGitHub <noreply@github.com>2022-12-16 06:28:32 +0100
commite573c75e3e906fc4782cddc850ad72500ac90640 (patch)
treeec72c9752a7216e5efc3edfb571efdf7f0b843f9
parent0f2bb2fdea0ac4495eb47fd4252771d0a68e3a4e (diff)
parent6dda2fd26e1f53502b10818eec68dfae2e9388ac (diff)
Merge pull request #3136 from nextcloud/rakekniven-patch-1
l10n: Fixed grammar
-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 2d32fc46..6cabe451 100644
--- a/src/components/MemberList.vue
+++ b/src/components/MemberList.vue
@@ -37,7 +37,7 @@
</EmptyContent>
</template>
<template v-else>
- <EmptyContent :title="t('contacts', 'You currently have no access to the memberlist')">
+ <EmptyContent :title="t('contacts', 'You currently have no access to the member list')">
<template #icon>
<IconContact :size="20" />
</template>