-<h1><%= t'oauth.client_application.new.title' %></h1>
-<% form_for :client_application, :url => { :action => :create } do |f| %>
+<% content_for :heading do %>
+ <h1><%= t'oauth_clients.new.title' %></h1>
+<% end %>
+
+<%= form_for :client_application, :url => { :action => :create } do |f| %>