Use correct constant name for OPTION_NAME

pull/6827/head
Stefan Botzenhart 9 years ago
parent 0a08433f08
commit c06a6bb61a
  1. 2
      lib/open_project/documents/patches/custom_fields_helper_patch.rb

@ -39,7 +39,7 @@ module OpenProject::Documents::Patches
custom_fields_tabs_without_documents << {
name: 'DocumentCategoryCustomField',
partial: 'custom_fields/tab',
label: DocumentCategory::OptionName
label: DocumentCategory::OPTION_NAME
}
end

Loading…
Cancel
Save