about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/components/status_prepend.js
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-03-13 19:29:54 +0100
committerThibaut Girka <thib@sitedethib.com>2019-03-13 22:21:52 +0100
commit931ecc8824e81c4dcaeb900290c09145b4ed7351 (patch)
tree2f4a582a05b6ef7b001140871bf2e2bea7771d95 /app/javascript/flavours/glitch/components/status_prepend.js
parent5ffdc5426eb6394ae9e92411a0433aa2dd52d0b0 (diff)
[Glitch] Add UI for enabling/disabling poll notifications
Diffstat (limited to 'app/javascript/flavours/glitch/components/status_prepend.js')
-rw-r--r--app/javascript/flavours/glitch/components/status_prepend.js2
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'
         />
       );
     }