From ceec784e621c79536cccfebf719cb46b5e67e3c1 Mon Sep 17 00:00:00 2001 From: sandoz Date: Sun, 22 Mar 2009 12:47:14 +0100 Subject: [PATCH] Translation in profile.html.erb * Renamed "Nickname" to "Benutzername" * Removed also '#' in end of line. --- app/views/home/profile.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/home/profile.html.erb b/app/views/home/profile.html.erb index 9875528e..6d39ab1b 100644 --- a/app/views/home/profile.html.erb +++ b/app/views/home/profile.html.erb @@ -7,8 +7,8 @@

- Nickname: <%= h @user.nick %> - (Mitglied seit: <%= distance_of_time_in_words(Time.now, @user.created_on) -%>)# + Benutzername: <%= h @user.nick %> + (Mitglied seit: <%= distance_of_time_in_words(Time.now, @user.created_on) -%>)