Skip to content

Commit

Permalink
changed t function name (#6546)
Browse files Browse the repository at this point in the history
* changed t function name

* name fix
  • Loading branch information
KornelCygan authored and SidharthBansal committed Nov 3, 2019
1 parent a4ac9f4 commit 841865a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/edit.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="container">

<h2><%= t('users.edit.edit_profile') %></h2>
<h2><%= translation('users.edit.edit_profile') %></h2>

<hr />

Expand Down

0 comments on commit 841865a

Please sign in to comment.