summaryrefslogtreecommitdiff
path: root/app/views/nodes/edit.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/nodes/edit.html.erb')
-rw-r--r--app/views/nodes/edit.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/nodes/edit.html.erb b/app/views/nodes/edit.html.erb
index fc1d18fa..55397d42 100644
--- a/app/views/nodes/edit.html.erb
+++ b/app/views/nodes/edit.html.erb
@@ -117,7 +117,7 @@
117 <div class="node_description">Tags</div> 117 <div class="node_description">Tags</div>
118 <div class="node_content"> 118 <div class="node_content">
119 <%= text_field_tag :tag_list, @page.tag_list.join(', ') %> 119 <%= text_field_tag :tag_list, @page.tag_list.join(', ') %>
120 <span class="field_hint">Comma separated.</span> 120 <span class="field_hint">Comma separated, lowercase.</span>
121 </div> 121 </div>
122 122
123 <div class="node_description">Publish at</div> 123 <div class="node_description">Publish at</div>