diff --git a/app/views/doorkeeper/authorizations/error.html.haml b/app/views/doorkeeper/authorizations/error.html.haml index adcc19217..0260db809 100644 --- a/app/views/doorkeeper/authorizations/error.html.haml +++ b/app/views/doorkeeper/authorizations/error.html.haml @@ -6,5 +6,5 @@ %p = @pre_auth.error_response.body[:error_description] %p - = t('doorkeeper.errors.messages.get_help', hackathon_name: content_tag(:strong, class: 'text-info') { HackathonConfig['name'] }).html_safe + = t('doorkeeper.errors.messages.get_help', hackathon_name: HackathonConfig['name'])