From 7b7bf834e9f8616440259fcee518fa11adf3e457 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Fri, 18 Nov 2016 23:08:52 +0100 Subject: Fix OAuth authorization page and add a spec for it --- app/views/oauth/authorizations/new.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views') diff --git a/app/views/oauth/authorizations/new.html.haml b/app/views/oauth/authorizations/new.html.haml index cd6e93e08..f058e2cce 100644 --- a/app/views/oauth/authorizations/new.html.haml +++ b/app/views/oauth/authorizations/new.html.haml @@ -2,7 +2,7 @@ = t('doorkeeper.authorizations.new.title') .oauth-prompt - %h2= t('doorkeeper.authorizations.new.prompt', name: @pre_auth.client.name) + %h2= t('doorkeeper.authorizations.new.prompt', client_name: @pre_auth.client.name) %p = t('doorkeeper.authorizations.new.able_to') -- cgit