Commit 5014ecf6e40e810de17066efab0803e43a9c834d

Authored by Jeroen van Baarsen
1 parent 57173040

Typo fix in show.html.haml

Personl -> Personal
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/profiles/accounts/show.html.haml
... ... @@ -45,7 +45,7 @@
45 45 Username
46 46 = form_for @user, url: update_username_profile_path, method: :put, remote: true do |f|
47 47 %p
48   - Changing your username will change path to all personl projects!
  48 + Changing your username will change path to all personal projects!
49 49 %div
50 50 = f.text_field :username, required: true, class: 'input-xlarge input-xpadding'
51 51  
... ...