diff options
Diffstat (limited to 'app/views/nodes')
| -rw-r--r-- | app/views/nodes/new.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/nodes/new.html.erb b/app/views/nodes/new.html.erb index e11030e..850207b 100644 --- a/app/views/nodes/new.html.erb +++ b/app/views/nodes/new.html.erb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <h1>Create new node</h1> | 1 | <h1>Create new node</h1> |
| 2 | 2 | ||
| 3 | <%= error_messages_for :node %> | 3 | <%= error_messages_for( :node ).gsub("Slug", "Title") %> |
| 4 | 4 | ||
| 5 | 5 | ||
| 6 | <p>What kind of node do you want to create?</p> | 6 | <p>What kind of node do you want to create?</p> |
