Merge branch 'master' into tailwind-redesign

This commit is contained in:
Andrew Brown 2023-04-27 18:34:29 -07:00
commit 09f0a7adf9

View File

@ -10,7 +10,7 @@
<i class="material-icons tooltipped" data-tooltip="Answer this randomly-generated question to have it automatically saved to your <%= content.name %> <%= content.page_type.downcase %> page.">help</i>
<%=
t(
"serendipitous_questions.attributes.#{content.page_type.downcase}.#{field.label.downcase}",
"serendipitous_questions.attributes.#{content.page_type.downcase}.#{field.label.parameterize.underscore}",
name: content.name,
default: "What is #{content.name}'s #{field.label.downcase}?"
)