Commit 5093cb02d669a7a84ecc0e24bb46ecec9cd5a3a4

Authored by Jacob Vosmaer
2 parents 2c37904d 5014ecf6

Merge pull request #5392 from jvanbaarsen/patch-2

Typo fix in show.html.haml
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  
... ...