about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/notifications/components/notification.js
diff options
context:
space:
mode:
authormayaeh <mayaeh@marimo-net.org>2019-11-04 21:03:29 +0900
committerEugen Rochko <eugen@zeonfederated.com>2019-11-04 13:03:29 +0100
commitbe93318c0538ccfc41997301800dc347ad0f4271 (patch)
treec500a822de7d5f82ad446e27804a236891dfbc4f /app/javascript/mastodon/features/notifications/components/notification.js
parent1e232e455cfa75621264a0b90b783b21ebd5ea87 (diff)
Integrate own poll's translation into own_poll. (#12231)
run `yarn manage:translations en`
Diffstat (limited to 'app/javascript/mastodon/features/notifications/components/notification.js')
-rw-r--r--app/javascript/mastodon/features/notifications/components/notification.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/features/notifications/components/notification.js b/app/javascript/mastodon/features/notifications/components/notification.js
index e81ef00de..2dea8afa7 100644
--- a/app/javascript/mastodon/features/notifications/components/notification.js
+++ b/app/javascript/mastodon/features/notifications/components/notification.js
@@ -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' />
               )}