From 885d29345d01dfb61ab61fe643446d4248b70324 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 18 Aug 2009 20:06:33 +0000 Subject: [PATCH] Add parentheses to fix warning. --- app/views/oauth_clients/new.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %> -- 2.43.2