Commit b8e59694
Changed files (1)
app
views
registrations
app/views/registrations/edit.html.erb
@@ -57,7 +57,7 @@
<div class="controls"> <%= f.url_field :website, :class => "input-xlarge, url", :placeholder => "http://cakeside.com" %> </div>
</div>
<div class="control-group">
- <%= f.label :twitter, :class => "control-label" %>
+ <%= f.label :twitter, "Twitter username @", :class => "control-label" %>
<div class="controls"> <%= f.text_field :twitter, :class => "input-xlarge", :placeholder => "without the @ sign", :maxlength => "255" %> </div>
</div>
<div class="control-group">