about summary refs log tree commit diff
path: root/app/javascript/mastodon/components/status_content.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/components/status_content.jsx')
-rw-r--r--app/javascript/mastodon/components/status_content.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/components/status_content.jsx b/app/javascript/mastodon/components/status_content.jsx
index ece54621f..a1c38171f 100644
--- a/app/javascript/mastodon/components/status_content.jsx
+++ b/app/javascript/mastodon/components/status_content.jsx
@@ -242,7 +242,7 @@ class StatusContent extends React.PureComponent {
     );
 
     const poll = !!status.get('poll') && (
-      <PollContainer pollId={status.get('poll')} />
+      <PollContainer pollId={status.get('poll')} lang={status.get('language')} />
     );
 
     if (status.get('spoiler_text').length > 0) {