lib/generators/scrivito/install/templates/app/views/page/index.html.erb in scrivito_sdk-1.10.0 vs lib/generators/scrivito/install/templates/app/views/page/index.html.erb in scrivito_sdk-1.11.0.rc1

- old
+ new

@@ -6,10 +6,10 @@ <%= link_to page.display_title, scrivito_path(page) %> <% end %> <% end %> <% if Obj.root.toclist.empty? && scrivito_in_editable_view? %> - <p>(Hint: Click on the Scrivito icon to the right to create the first subpage.)</p> + <p>(Hint: To create a subpage, click on the blue navigation icon to the right.)</p> <% end %> </div> <%= scrivito_tag :h1, @obj, :title %> <%= scrivito_tag :div, @obj, :body %>