Commit 3f1a004c475a9b2b0257c4390e34e0fcebb3a6ff

Authored by Ricky Elrod
1 parent ea818346

Fix a few grammatical mistakes in profile view.

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
app/views/profile/show.html.haml
... ... @@ -35,12 +35,12 @@
35 35 = f.label :name, :class => "control-label"
36 36 .controls
37 37 = f.text_field :name, :class => "input-xlarge"
38   - %span.help-block Enter youre name, so people you know can recognize you.
  38 + %span.help-block Enter your name, so people you know can recognize you.
39 39 .control-group
40 40 = f.label :email, :class => "control-label"
41 41 .controls
42 42 = f.text_field :email, :class => "input-xlarge"
43   - %span.help-block We also use email for avatar detection
  43 + %span.help-block We also use email for avatar detection.
44 44 .control-group
45 45 = f.label :skype, :class => "control-label"
46 46 .controls= f.text_field :skype, :class => "input-xlarge"
... ... @@ -54,7 +54,7 @@
54 54 = f.label :bio, :class => "control-label"
55 55 .controls
56 56 = f.text_area :bio, :rows => 6, :class => "input-xlarge", :maxlength => 250
57   - %span.help-block About yourself in fewer than 250 characters.
  57 + %span.help-block Tell us about yourself in fewer than 250 characters.
58 58 .span5.right
59 59 %p.alert-message.block-message
60 60 %strong Tip:
... ...