module Admin::ModuleGeneratorsHelper include OrbitBackendHelper def thead_field_for_mg(field) return I18n.t("module_generator.#{field}") end end