Skip to content

Commit

Permalink
Change function to to translation publiclab#6603 (publiclab#6659)
Browse files Browse the repository at this point in the history
Change function t to translation in dashboard/_node_question publiclab#6603
publiclab#6603
  • Loading branch information
klaffert authored and Vinit Shahdeo committed Feb 1, 2020
1 parent 9e1aebe commit c1e680d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/dashboard/_node_question.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<h4><a href="<%= node.path(:question) %>"><%= node.title %></a></h4>

<p class="meta"><%= t('dashboard._node_question.question') %> <%= render partial: "dashboard/node_meta", locals: { node: node } %></p>
<p class="meta"><%= translation('dashboard._node_question.question') %> <%= render partial: "dashboard/node_meta", locals: { node: node } %></p>

</div>
</div>
Expand Down

0 comments on commit c1e680d

Please sign in to comment.