Integrate own poll's translation into own_poll. (#12231)
run `yarn manage:translations en`
This commit is contained in:
parent
1e232e455c
commit
be93318c05
3 changed files with 17 additions and 7 deletions
|
@ -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' />
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue