Skip to content

Commit

Permalink
wiki/methods: Change t to translation in
Browse files Browse the repository at this point in the history
Changes the function name from t to translation in wiki/methods

Fixes publiclab#6540
  • Loading branch information
mahoyen committed Oct 26, 2019
1 parent 50164b1 commit 0876818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/wiki/methods.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<div class="col-lg-12">

<div style="text-align:center;">
<h1 style="font-size:3.4em;margin-top:40px;"><%= raw t('notes.tools_places.tools_and_techniques') %></h1>
<h4 style="color:#888;"><%= raw t('notes.tools_places.subtitle') %></h4>
<h1 style="font-size:3.4em;margin-top:40px;"><%= raw translation('notes.tools_places.tools_and_techniques') %></h1>
<h4 style="color:#888;"><%= raw translation('notes.tools_places.subtitle') %></h4>
<p><i>Public Lab's community collaboratively develops many different DIY environmental monitoring and advocacy methods.</i></p>
<p><i>Browse them here and learn how to get involved.</i></p>
</div>
Expand Down

0 comments on commit 0876818

Please sign in to comment.