summaryrefslogtreecommitdiff
path: root/app/views/info/edit.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/info/edit.html.erb')
-rw-r--r--app/views/info/edit.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/info/edit.html.erb b/app/views/info/edit.html.erb
index 0135219..0f90c74 100644
--- a/app/views/info/edit.html.erb
+++ b/app/views/info/edit.html.erb
@@ -6,5 +6,5 @@
<%= render partial: "md_editor", locals: {name: "info[content]", content: @info.content} %>
<p><%= f.submit "Update Info", class: "btn blue left" %></p>
<% end %>
-<p><%= button_to "Delete Info", @info, method: "delete", data: {confirm: "Delete Info forever?"}, class: "btn red right" %></p>
-<div class="clear"></div> \ No newline at end of file
+<p><%= button_to "Delete Info", @info, method: "delete", data: {confirm: "Are you sure you want to delete this info page?"}, class: "btn red right" %></p>
+<div class="clear"></div>