Commit ac3c23f9337fa8388bac15c3585313de84bcd67b
Exists in
master
and in
4 other branches
Merge pull request #696 from CodeBlock/patch-1
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,12 +35,12 @@ | ||
35 | = f.label :name, :class => "control-label" | 35 | = f.label :name, :class => "control-label" |
36 | .controls | 36 | .controls |
37 | = f.text_field :name, :class => "input-xlarge" | 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 | .control-group | 39 | .control-group |
40 | = f.label :email, :class => "control-label" | 40 | = f.label :email, :class => "control-label" |
41 | .controls | 41 | .controls |
42 | = f.text_field :email, :class => "input-xlarge" | 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 | .control-group | 44 | .control-group |
45 | = f.label :skype, :class => "control-label" | 45 | = f.label :skype, :class => "control-label" |
46 | .controls= f.text_field :skype, :class => "input-xlarge" | 46 | .controls= f.text_field :skype, :class => "input-xlarge" |
@@ -54,7 +54,7 @@ | @@ -54,7 +54,7 @@ | ||
54 | = f.label :bio, :class => "control-label" | 54 | = f.label :bio, :class => "control-label" |
55 | .controls | 55 | .controls |
56 | = f.text_area :bio, :rows => 6, :class => "input-xlarge", :maxlength => 250 | 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 | .span5.right | 58 | .span5.right |
59 | %p.alert-message.block-message | 59 | %p.alert-message.block-message |
60 | %strong Tip: | 60 | %strong Tip: |