mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Poll Plugin: Allow staff to edit options.
This commit is contained in:
@@ -5,7 +5,12 @@
|
||||
# http://yamllint.com/
|
||||
|
||||
en:
|
||||
activerecord:
|
||||
attributes:
|
||||
post:
|
||||
poll_options: "Poll options"
|
||||
poll:
|
||||
must_contain_poll_options: "must contain a list of poll options"
|
||||
cannot_have_modified_options: "cannot have modified poll options after 5 minutes"
|
||||
cannot_have_modified_options: "cannot be modified after the first five minutes. Contact a moderator if you need to change them."
|
||||
cannot_add_or_remove_options: "can only be edited, not added or removed. If you need to add or remove options you should lock this thread and create a new one."
|
||||
prefix: "Poll:"
|
||||
|
||||
Reference in New Issue
Block a user