Fixed missing translation on register page

* Fixed missing translation for registration page title

* Update conferences_controller.rb
This commit is contained in:
Godwin
2016-07-22 08:19:23 -07:00
committed by GitHub
parent f967bac84c
commit b2cb7e8c1f
2 changed files with 14 additions and 15 deletions
@@ -531,6 +531,7 @@ class ConferencesController < ApplicationController
@is_host = @this_conference.host? current_user
else
@page_title = "articles.conference_registration.headings.#{@this_conference.registration_status == :open ? '': 'Pre_'}Registration_Details"
@register_template = :confirm_email
end