Skip to content

Commit

Permalink
Changed t to translation in dashboard.html.erb (#6722)
Browse files Browse the repository at this point in the history
  • Loading branch information
consorde authored and jywarren committed Dec 16, 2019
1 parent 8aa3eb0 commit 570a3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/dashboard/dashboard.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<h4>
<small class="float-right d-none d-lg-inline"><%= raw translation('dashboard.dashboard.from_blog', :url => '/blog') %></small>
<a class="title" href="/blog"><%= @blog.title %></a>
<small><%= t('dashboard.dashboard.by') %>
<small><%= translation('dashboard.dashboard.by') %>
<a href="/profile/<%= @blog.author.username %>"><%= @blog.author.username %></a></small>
</h4>

Expand Down

0 comments on commit 570a3bb

Please sign in to comment.