This commit is contained in:
Julian Maestri
2018-11-01 18:39:20 -03:00
committed by GitHub
parent f00b1aaa26
commit 7f2c8f8960

View File

@@ -10,7 +10,7 @@
<%= submit_tag l(:button_update) %>
</span>
<% 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:) %>
</br>
<% end %>
</div>
@@ -27,4 +27,4 @@
<% end %>
<% end %>
<% end %>