about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--app/views/machines/edit.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/machines/edit.html.erb b/app/views/machines/edit.html.erb
index 477a0ee..edef303 100644
--- a/app/views/machines/edit.html.erb
+++ b/app/views/machines/edit.html.erb
@@ -1,4 +1,4 @@
-<h1>Edit Pinball Machine</h1>
+<h1>Edit <%= @machine.name %></h1>
 
 <%= render "form", machine: @machine %>