From 135df93c727a2b5a46cb694e8b8aa1c540c6a6ee Mon Sep 17 00:00:00 2001 From: Ruling-Mac Date: Wed, 21 Oct 2015 17:45:39 +0800 Subject: [PATCH] fix small bug --- app/controllers/digital_archives_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/digital_archives_controller.rb b/app/controllers/digital_archives_controller.rb index 5479986..fc36a05 100644 --- a/app/controllers/digital_archives_controller.rb +++ b/app/controllers/digital_archives_controller.rb @@ -69,7 +69,7 @@ class DigitalArchivesController < ApplicationController "th_title" => t('title'), "th_location" => t('location'), "th_department" => t('department'), - "th_character" => t('character') + "th_character" => t('character'), "th_location" => t('location'), "th_description" => t('description'), "th_detaildes" => t('detail_description'),