]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth_clients/edit.html.erb
Merge branch 'master' into tag-colour-preview-rebase
[rails.git] / app / views / oauth_clients / edit.html.erb
index 397849c4442d28d4e3a4dd9affa96a4b93149210..d696baae3e336b07c21e31020a661319fb953078 100644 (file)
@@ -1,8 +1,8 @@
 <% content_for :heading do %>
-  <h1><%= t'oauth_clients.edit.title' %></h1>
+  <h1><%= t ".title" %></h1>
 <% end %>
 
 <%= form_for @client_application, :url => oauth_client_path(@client_application.user.display_name, @client_application), :html => { :method => :put } do |f| %>
   <%= render :partial => "form", :locals => { :f => f } %>
-  <%= submit_tag t'oauth_clients.edit.submit' %>
+  <%= f.submit %>
 <% end %>