Skip to content

Commit fd8e076

Browse files
committed
clarification of filter condition
Signed-off-by: dartcafe <github@dartcafe.de>
1 parent 56c8458 commit fd8e076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stores/polls.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export const usePollsStore = defineStore('polls', {
112112
titleExt: t('polls', 'Relevant polls'),
113113
description: t(
114114
'polls',
115-
'Relevant polls which are relevant or for you, because you are a participant or the owner or you are invited to.',
115+
'Relevant polls which are relevant or for you, because you are a participant or the owner or you are invited to. Only polls not older than 100 days compared to creation, last interaction, expiration or latest option (for date polls) are shown.',
116116
),
117117
pinned: false,
118118
createDependent: false,

0 commit comments

Comments
 (0)