diff --git a/js/src/forum/components/PollForm.tsx b/js/src/forum/components/PollForm.tsx index 515b2247..a65b2947 100644 --- a/js/src/forum/components/PollForm.tsx +++ b/js/src/forum/components/PollForm.tsx @@ -276,13 +276,6 @@ export default class PollForm extends Component { /> {app.forum.attribute('allowPollOptionImage') && (
- {/* */}

{app.translator.trans('fof-polls.forum.modal.poll_option_image.help')}

diff --git a/resources/locale/en.yml b/resources/locale/en.yml index d853d2b2..3e5689e4 100755 --- a/resources/locale/en.yml +++ b/resources/locale/en.yml @@ -92,6 +92,9 @@ fof-polls: help: Upload an image to be displayed alongside the poll (optional). alt_label: Image Alt Text alt_help_text: This text is required when an image is set, it will be displayed if the image fails to load. + poll_option_image: + label: Poll Answer Image + help: Upload an image to be displayed alongside the poll answer (optional). tooltip: options: add-button: Add Answer