Skip to content

Commit

Permalink
always show writeocmmenthelptext
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmegill committed Jan 28, 2025
1 parent cabc8e7 commit 3ddca46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client-participation/js/templates/comment-form.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@

{{#if hideHelp}}
{{!-- even if help text is hidden, still screen read the main comment box label/prompt --}}
<label for="comment_form_textarea"
style="display:none;">
<label for="comment_form_textarea">
{{{s.writeCommentHelpText}}}
</label>
{{else}}
Expand Down

0 comments on commit 3ddca46

Please sign in to comment.