]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth_clients/new.html.erb
Move image size hint to avoid issues with LTR languages. Closes #2755.
[rails.git] / app / views / oauth_clients / new.html.erb
index eccdc6c60f073bacfd51201c2700dc5ff52869cb..292c53fc0e0433353f8e0c28d64b8414a8a7c1f9 100644 (file)
@@ -1,5 +1,6 @@
-<h1>Register a new application</h1>
+<h1><%= t'oauth_clients.new.title' %></h1>
 <% form_for :client_application, :url => { :action => :create } do |f| %>
    <%= render :partial => "form", :locals => { :f => f } %>
-   <%= submit_tag "Register" %>
-<% end %>
\ No newline at end of file
+   <br />
+   <%= submit_tag t('oauth_clients.new.submit') %>
+<% end %>