]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth_clients/new.html.erb
Add parentheses to fix warning.
[rails.git] / app / views / oauth_clients / new.html.erb
index 75102f80c91c76da92101c17bb2e9d7bfb42c986..0c2ab16fbbfe1aa8d8cab977690064fdf93575a5 100644 (file)
@@ -2,5 +2,5 @@
 <% 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.client_application.new.submit') %>
 <% end %>