Skip to content

Commit

Permalink
publiclab#6539 Updated t to translations. (publiclab#6544)
Browse files Browse the repository at this point in the history
* Updated t to translations.

* Updated translations to translation.

Error in issue description.
  • Loading branch information
marcin-wicha authored and Vinit Shahdeo committed Feb 1, 2020
1 parent df95abc commit cdffae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/users/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<div class="col-lg-3">

<%= raw t('users.new.about_public_lab') %>
<%= raw translation('users.new.about_public_lab') %>

</div>

<div class="col-lg-9">

<hr class="d-lg-none" />

<h2><%= t('users.new.sign_up') %></h2>
<h2><%= translation('users.new.sign_up') %></h2>

<% if params[:lang] %>
<p>
Expand Down

0 comments on commit cdffae6

Please sign in to comment.