0
0
Fork 0

[Glitch] Add UI for enabling/disabling poll notifications

This commit is contained in:
ThibG 2019-03-13 19:29:54 +01:00 committed by Thibaut Girka
parent 5ffdc5426e
commit 931ecc8824
4 changed files with 21 additions and 1 deletions

View file

@ -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'
/>
);
}