From: Tom Hughes Date: Tue, 18 Aug 2009 20:06:33 +0000 (+0000) Subject: Add parentheses to fix warning. X-Git-Tag: live~6717 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/885d29345d01dfb61ab61fe643446d4248b70324?ds=sidebyside Add parentheses to fix warning. --- diff --git a/app/views/oauth_clients/new.html.erb b/app/views/oauth_clients/new.html.erb index 75102f80c..0c2ab16fb 100644 --- a/app/views/oauth_clients/new.html.erb +++ b/app/views/oauth_clients/new.html.erb @@ -2,5 +2,5 @@ <% form_for :client_application, :url => { :action => :create } do |f| %> <%= render :partial => "form", :locals => { :f => f } %>
- <%= submit_tag t'oauth.client_application.new.submit' %> + <%= submit_tag t('oauth.client_application.new.submit') %> <% end %>