diff --git a/app/views/webhook_settings/_show.html.erb b/app/views/webhook_settings/_show.html.erb index d9bf953..143f2a3 100644 --- a/app/views/webhook_settings/_show.html.erb +++ b/app/views/webhook_settings/_show.html.erb @@ -3,7 +3,7 @@ <% Webhook.where(:project_id => @project.id).each do |webhook|%> <%= form_tag(update_webhook_path(@project, webhook.id), :method => :put, :class => "tabular") do %> - URL + <%= l(:field_url) %> <%= text_field_tag :url, webhook.url, :size => 80 %> <%= submit_tag l(:button_update) %> @@ -17,7 +17,7 @@ <%= form_tag(create_webhook_path(@project), :method => :post, :class => "tabular") do %>