Use a hint instead of a placeholder in retire explanation
A hint is much easier to read than a placeholder.
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
<%= translations_form.text_area :retired_explanation,
|
<%= translations_form.text_area :retired_explanation,
|
||||||
rows: 4,
|
rows: 4,
|
||||||
maxlength: 500,
|
maxlength: 500,
|
||||||
placeholder: t("proposals.retire_form.retired_explanation_placeholder") %>
|
hint: t("proposals.retire_form.retired_explanation_placeholder") %>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user