diff --git a/app/views/layouts/_account.html.erb b/app/views/layouts/_account.html.erb index 661e016e..6ba3bb45 100644 --- a/app/views/layouts/_account.html.erb +++ b/app/views/layouts/_account.html.erb @@ -7,7 +7,7 @@ <% account = current_user %>

Hello <%= account.name.split[0...1][0] %>!