]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth_clients/new.html.erb
Add rel=nofollow to links in tags. Closes #2555.
[rails.git] / app / views / oauth_clients / new.html.erb
index 0c2ab16fbbfe1aa8d8cab977690064fdf93575a5..292c53fc0e0433353f8e0c28d64b8414a8a7c1f9 100644 (file)
@@ -1,6 +1,6 @@
-<h1><%= t'oauth.client_application.new.title' %></h1>
+<h1><%= t'oauth_clients.new.title' %></h1>
 <% form_for :client_application, :url => { :action => :create } do |f| %>
    <%= render :partial => "form", :locals => { :f => f } %>
    <br />
-   <%= submit_tag t('oauth.client_application.new.submit') %>
+   <%= submit_tag t('oauth_clients.new.submit') %>
 <% end %>