Renaud Chaput 2024-06-14 23:47:46 +02:00
parent 5c901ab644
commit 7c3756b9ba
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 ? ( {ownPoll ? (
<FormattedMessage id='notification.own_poll' defaultMessage='Your poll has ended' /> <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> </span>
</div> </div>