diff --git a/app/views/webhook_settings/_show.html.erb b/app/views/webhook_settings/_show.html.erb
index 7a0db2e..9807442 100644
--- a/app/views/webhook_settings/_show.html.erb
+++ b/app/views/webhook_settings/_show.html.erb
@@ -10,7 +10,7 @@
<%= submit_tag l(:button_update) %>
<% end %>
-<%= link_to "Delete", delete_webhook_path(@project, webhook.id), :class => "icon icon-del", :method => :delete, :confirm => "Are you sure ?" %>
+<%= link_to l(:button_delete), delete_webhook_path(@project, webhook.id), :class => "icon icon-del", :method => :delete, :confirm => l(text_are_you_sure:) %>
<% end %>
@@ -27,4 +27,4 @@
<% end %>
-<% end %>
\ No newline at end of file
+<% end %>