@@ -122,7 +122,7 @@ export const usePollsStore = defineStore('polls', {
122122 id : FilterType . My ,
123123 title : t ( 'polls' , 'My polls' ) ,
124124 titleExt : t ( 'polls' , 'My polls' ) ,
125- description : t ( 'polls' , 'Your polls (in which you are the owner) .' ) ,
125+ description : t ( 'polls' , 'This are all polls, where you are the owner.' ) ,
126126 pinned : false ,
127127 createDependent : true ,
128128 filterCondition : ( poll ) => filterMyPolls ( poll ) ,
@@ -143,7 +143,7 @@ export const usePollsStore = defineStore('polls', {
143143 id : FilterType . Participated ,
144144 title : t ( 'polls' , 'Participated' ) ,
145145 titleExt : t ( 'polls' , 'Participated' ) ,
146- description : t ( 'polls' , 'All polls, where you placed a vote .' ) ,
146+ description : t ( 'polls' , 'All polls in which you participated .' ) ,
147147 pinned : false ,
148148 createDependent : false ,
149149 filterCondition : ( poll ) => filterParticipatedPolls ( poll ) ,
@@ -154,7 +154,7 @@ export const usePollsStore = defineStore('polls', {
154154 titleExt : t ( 'polls' , 'Openly accessible polls' ) ,
155155 description : t (
156156 'polls' ,
157- 'A complete list with all openly accessible polls on this site, regardless who is the owner .' ,
157+ 'A complete list with all openly accessible polls on this site.' ,
158158 ) ,
159159 pinned : false ,
160160 createDependent : true ,
0 commit comments