diff --git a/app/views/operator/jobs/index.html.erb b/app/views/operator/jobs/index.html.erb
index 254a1f0..f35ee14 100644
--- a/app/views/operator/jobs/index.html.erb
+++ b/app/views/operator/jobs/index.html.erb
@@ -17,7 +17,7 @@
- <%= link_to icon("printer", class: "icon icon-nohover size-6 mr-2", title: "Druckauftrag erstellen") + "Druckauftrag erstellen" , new_operator_job_path, class: "btn block bg-green-400 text-black" %>
+ <%= link_to icon("plus-circle", class: "icon icon-nohover size-6 mr-2", title: "Druckauftrag erstellen") + "Druckauftrag erstellen" , new_operator_job_path, class: "btn block bg-green-400 text-black" %>
<%= render partial: 'start_next_job_btn', locals: { jobs: @openjobs } %>