Skip to content

Commit

Permalink
Fixing grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenspasbo committed Nov 18, 2014
1 parent ba660cc commit 2220fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/profile.hamlet
Expand Up @@ -7,7 +7,7 @@ $elseif not (userVerifiedEmail u)
$elseif not (hasGoodName $ T.unpack (userFullName u))
<h3 .ui-state-error .ui-corner-all>Note: Please enter your proper name on the profile tab.
$elseif not (userVisible u)
<h3 .ui-state-error .ui-corner-all>Note: You're account is in private mode. You can send people links directly to your profile, but you will not appear in any listings. You can change this in the "Profile" tab.
<h3 .ui-state-error .ui-corner-all>Note: Your account is in private mode. You can send people links directly to your profile, but you will not appear in any listings. You can change this in the "Profile" tab.
<div id="tabs">
<ul>
<li>
Expand Down

0 comments on commit 2220fad

Please sign in to comment.