소스 검색

HUE-6859 [core] Rename old Pig script type to avoid conflict with Pig script

Romain Rigaux 8 년 전
부모
커밋
c46ea1c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      desktop/core/src/desktop/templates/common_header_footer_components.mako

+ 1 - 1
desktop/core/src/desktop/templates/common_header_footer_components.mako

@@ -80,7 +80,7 @@ from metadata.conf import has_optimizer, OPTIMIZER
     var DocumentTypeGlobals = {
       'all': '${_('All')}',
       'directory': '${ _('Directory') }',
-      'link-pigscript': '${_('Pig Script')}',
+      'link-pigscript': '${_('Pig Design')}',
       'link-workflow': '${_('Job Design')}',
       'notebook': '${_('Notebook')}',
       'oozie-bundle2': '${_('Oozie Bundle')}',