diff --git a/src/components/Cards/modules/CardAnonymousPollHint.vue b/src/components/Cards/modules/CardAnonymousPollHint.vue index 39e82f3385..5a08fa460f 100644 --- a/src/components/Cards/modules/CardAnonymousPollHint.vue +++ b/src/components/Cards/modules/CardAnonymousPollHint.vue @@ -23,7 +23,7 @@ const pollStore = usePollStore() {{ t( 'polls', - 'But be aware, that your name is not stored in an encrypted or obfuscated way.', + 'But be aware that your name is not stored in an encrypted or obfuscated way.', ) }} @@ -31,13 +31,13 @@ const pollStore = usePollStore() {{ t( 'polls', - 'This poll is an anonymous poll for everyone, except for the owner and delegated poll admins.', + 'This poll is an anonymous poll for everyone, except for the owner and delegated poll administration.', ) }} {{ t( 'polls', - 'Anonymization of this poll can be removed at any time by the owner and delegated poll admins.', + 'Anonymization of this poll can be removed at any time by the owner and delegated poll administration.', ) }} diff --git a/src/components/Configuration/ConfigAnonymous.vue b/src/components/Configuration/ConfigAnonymous.vue index f5d232cc01..440dbd9c1a 100644 --- a/src/components/Configuration/ConfigAnonymous.vue +++ b/src/components/Configuration/ConfigAnonymous.vue @@ -16,7 +16,7 @@ const showAnonDialog = ref(false) const anonDialog = { message: t( 'polls', - 'Once enabled the anonymous setting can not be reverted anymore.', + 'Once enabled, the anonymous setting cannot be reverted anymore.', ), name: t('polls', 'Anonymize poll irrevocably'), diff --git a/src/components/Settings/AdminSettings/AdminUnrescrictedOwners.vue b/src/components/Settings/AdminSettings/AdminUnrescrictedOwners.vue index 3069502776..d18a9d643b 100644 --- a/src/components/Settings/AdminSettings/AdminUnrescrictedOwners.vue +++ b/src/components/Settings/AdminSettings/AdminUnrescrictedOwners.vue @@ -53,7 +53,7 @@ const appSettingsStore = useAppSettingsStore() {{ t( 'polls', - 'Deletion and changing votes of participants is not possible', + 'Deleting and changing votes of participants is not possible', ) }} diff --git a/src/stores/polls.ts b/src/stores/polls.ts index a4adf1785d..00f0d6e625 100644 --- a/src/stores/polls.ts +++ b/src/stores/polls.ts @@ -125,7 +125,7 @@ export const usePollsStore = defineStore('polls', { titleExt: t('polls', 'My polls'), description: t( 'polls', - 'This are all polls, where you are the owner.', + 'These are all polls where you are the owner.', ), pinned: false, showInNavigation: () => {