From 5014ecf6e40e810de17066efab0803e43a9c834d Mon Sep 17 00:00:00 2001 From: Jeroen van Baarsen Date: Mon, 21 Oct 2013 20:54:18 +0200 Subject: [PATCH] Typo fix in show.html.haml Personl -> Personal --- app/views/profiles/accounts/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/profiles/accounts/show.html.haml b/app/views/profiles/accounts/show.html.haml index 453ef8b60d..b950f3f764 100644 --- a/app/views/profiles/accounts/show.html.haml +++ b/app/views/profiles/accounts/show.html.haml @@ -45,7 +45,7 @@ Username = form_for @user, url: update_username_profile_path, method: :put, remote: true do |f| %p - Changing your username will change path to all personl projects! + Changing your username will change path to all personal projects! %div = f.text_field :username, required: true, class: 'input-xlarge input-xpadding'