summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2022-12-15 19:07:48 +0100
committerGitHub <noreply@github.com>2022-12-15 19:07:48 +0100
commit6dda2fd26e1f53502b10818eec68dfae2e9388ac (patch)
treec6068e07cdcb2a3bca2176202afcaae6c82be809
parent319b4dcd1ab73c6c1c44b699ee2635ba7d9cf0db (diff)
l10n: Fixed grammar
Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
-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>