fix small bug
This commit is contained in:
parent
3be6323ffd
commit
135df93c72
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue