From 7f2c8f89602a32ecf4fbd286a6eaf09a20bef99a Mon Sep 17 00:00:00 2001 From: Julian Maestri Date: Thu, 1 Nov 2018 18:39:20 -0300 Subject: [PATCH] i18n --- app/views/webhook_settings/_show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %>