Skip to content

Commit

Permalink
[Glitch] Fix: Reword 'pick one' to 'single choice' for polls
Browse files Browse the repository at this point in the history
Port bc2e642 to glitch-soc

Signed-off-by: Claire <[email protected]>
  • Loading branch information
ThisIsMissEm authored and ClearlyClaire committed Oct 19, 2024
1 parent 6bd185b commit ba365ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const messages = defineMessages({
minutes: { id: 'intervals.full.minutes', defaultMessage: '{number, plural, one {# minute} other {# minutes}}' },
hours: { id: 'intervals.full.hours', defaultMessage: '{number, plural, one {# hour} other {# hours}}' },
days: { id: 'intervals.full.days', defaultMessage: '{number, plural, one {# day} other {# days}}' },
singleChoice: { id: 'compose_form.poll.single', defaultMessage: 'Pick one' },
singleChoice: { id: 'compose_form.poll.single', defaultMessage: 'Single choice' },
multipleChoice: { id: 'compose_form.poll.multiple', defaultMessage: 'Multiple choice' },
});

Expand Down

0 comments on commit ba365ac

Please sign in to comment.