Merge branch 'multi-choice-poll-wording' into 'develop'

Display 'people voted' instead of 'votes' for multi-answers polls

Closes #993

See merge request pleroma/pleroma-fe!1341
This commit is contained in:
Shpuld Shpludson 2021-02-12 19:15:42 +00:00
commit 7f3fd9ca21
3 changed files with 10 additions and 1 deletions

View file

@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Button to remove uploaded media in post status form is now properly placed and sized.
- Fixed shoutbox not working in mobile layout
### Changed
- Display 'people voted' instead of 'votes' for multi-choice polls
## [2.2.3] - 2021-01-18
### Added