Renaud Chaput 2024-06-14 23:47:46 +02:00
parent 32bb2d20eb
commit f8198709c9
No known key found for this signature in database
GPG Key ID: BCFC859D49B46990
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ class Notification extends ImmutablePureComponent {
{ownPoll ? (
<FormattedMessage id='notification.own_poll' defaultMessage='Your poll has ended' />
) : (
<FormattedMessage id='notification.poll' defaultMessage='A poll you have voted in has ended' />
<FormattedMessage id='notification.poll' defaultMessage='A poll you voted in has ended' />
)}
</span>
</div>