diff --git a/ruby/rails7-solid-queue/app/app/views/examples/index.html.erb b/ruby/rails7-solid-queue/app/app/views/examples/index.html.erb
index 2a79f497..2d4fef2e 100644
--- a/ruby/rails7-solid-queue/app/app/views/examples/index.html.erb
+++ b/ruby/rails7-solid-queue/app/app/views/examples/index.html.erb
@@ -3,7 +3,7 @@
<%= params[:notice] %>
- - <%= link_to "Delayed::Job workers", jobs_path %>
+ - <%= link_to "Solid Queue jobs", jobs_path %>
- <%= link_to "Slow request", slow_path %>
- <%= link_to "Error request", error_path %>
diff --git a/ruby/rails7-solid-queue/app/app/views/jobs/index.html.erb b/ruby/rails7-solid-queue/app/app/views/jobs/index.html.erb
index d5e10742..86586fec 100644
--- a/ruby/rails7-solid-queue/app/app/views/jobs/index.html.erb
+++ b/ruby/rails7-solid-queue/app/app/views/jobs/index.html.erb
@@ -1,4 +1,4 @@
-Delayed jobs
+Solid Queue jobs
<%= params[:notice] %>