0
0
Fork 0

Integrate own poll's translation into own_poll. (#12231)

run `yarn manage:translations en`
This commit is contained in:
mayaeh 2019-11-04 21:03:29 +09:00 committed by Eugen Rochko
parent 1e232e455c
commit be93318c05
3 changed files with 17 additions and 7 deletions

View file

@ -229,7 +229,7 @@ class Notification extends ImmutablePureComponent {
<span title={notification.get('created_at')}>
{ownPoll ? (
<FormattedMessage id='notification.ownPoll' 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' />
)}