Translation in profile.html.erb
* Renamed "Nickname" to "Benutzername" * Removed also '#' in end of line.
This commit is contained in:
parent
92e2bdd187
commit
ceec784e62
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
<div class="left_column" style="width: 60%;">
|
||||
<div class="box_title">
|
||||
<h2>
|
||||
Nickname: <%= h @user.nick %>
|
||||
<small>(Mitglied seit: <%= distance_of_time_in_words(Time.now, @user.created_on) -%>)</small>#
|
||||
Benutzername: <%= h @user.nick %>
|
||||
<small>(Mitglied seit: <%= distance_of_time_in_words(Time.now, @user.created_on) -%>)</small>
|
||||
</h2>
|
||||
</div>
|
||||
<div class="column_content">
|
||||
|
|
Loading…
Reference in a new issue