fix error for thank page
This commit is contained in:
parent
c1bff71c05
commit
5c143daab1
|
|
@ -492,7 +492,7 @@ class AsksController < ApplicationController
|
|||
acknowledgement = AskAcknowledgement.where(:category_id => params['category']).first rescue nil
|
||||
content = acknowledgement.nil? ? t('ask.thank_text') : acknowledgement.content
|
||||
{
|
||||
"content" => content[I18n.locale]
|
||||
"content" => content #[I18n.locale]
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue