summaryrefslogtreecommitdiff
path: root/app/views/tutorials
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/tutorials')
-rw-r--r--app/views/tutorials/_form.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tutorials/_form.html.erb b/app/views/tutorials/_form.html.erb
index 7634e03c..d7ac7672 100644
--- a/app/views/tutorials/_form.html.erb
+++ b/app/views/tutorials/_form.html.erb
@@ -13,7 +13,7 @@ $(function(){
<%= form_for(@tutorial, :html => {:class => "form-horizontal"}) do |f| %>
<fieldset>
<div class="control-group">
- <%= f.label :url, :class => "control-label" %>
+ <%= f.label :url, "Tutorial URL", :class => "control-label" %>
<div class="controls">
<%= f.text_field :url, :class => "input-xxlarge", :placeholder => "Enter the full website link and click outside this box" %>
</div>