]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth_clients/new.html.erb
Reorganised OAuth clients and tokens details page. Made clients info editable and...
[rails.git] / app / views / oauth_clients / new.html.erb
index 34b2d2b296ee7529d33223629492f3bfd71929db..75102f80c91c76da92101c17bb2e9d7bfb42c986 100644 (file)
@@ -1,6 +1,6 @@
-<h1>Register a new application</h1>
+<h1><%= t'oauth.client_application.new.title' %></h1>
 <% form_for :client_application, :url => { :action => :create } do |f| %>
    <%= render :partial => "form", :locals => { :f => f } %>
    <br />
-   <%= submit_tag "Register" %>
+   <%= submit_tag t'oauth.client_application.new.submit' %>
 <% end %>