From 9a7c33dfcec53f65cdf73f2eb01bb93ca08dcaf6 Mon Sep 17 00:00:00 2001 From: Bohung Date: Thu, 8 Jul 2021 12:24:49 +0800 Subject: [PATCH] Fix bug. --- app/controllers/event_news_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/event_news_controller.rb b/app/controllers/event_news_controller.rb index a090de1..cff8d4e 100644 --- a/app/controllers/event_news_controller.rb +++ b/app/controllers/event_news_controller.rb @@ -409,6 +409,7 @@ class EventNewsController < ApplicationController "main_picture" => mp, "main_picture_description" => mpd, "title-head" => t('event_news.table.title'), + "speaker-head" => t('event_news.speaker'), "host-head" => t('event_news.host'), "notes-head" => t('event_news.notes'), "event_date-head" => t('date_'),