diff options
Diffstat (limited to 'app/javascript/flavours/glitch/components')
-rw-r--r-- | app/javascript/flavours/glitch/components/status_prepend.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/components/status_prepend.js b/app/javascript/flavours/glitch/components/status_prepend.js index d1a7c5833..481e6644e 100644 --- a/app/javascript/flavours/glitch/components/status_prepend.js +++ b/app/javascript/flavours/glitch/components/status_prepend.js @@ -66,7 +66,7 @@ export default class StatusPrepend extends React.PureComponent { return ( <FormattedMessage id='notification.poll' - defaultMessage='Your poll has ended' + defaultMessage='A poll you have voted in has ended' /> ); } |