소스 검색

[jobsub] Clarify that action properties are for Hadoop only

And not Oozie. Oozie properties are available only in the Workflow Editor.
Romain Rigaux 10 년 전
부모
커밋
10496e3460
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/jobsub/src/jobsub/templates/designs.mako

+ 1 - 1
apps/jobsub/src/jobsub/templates/designs.mako

@@ -429,7 +429,7 @@ var global_action_context = {
     'popover': "${ _('Body') }"
   },
   'job_properties': {
-    'title': "${ _('Job properties') }",
+    'title': "${ _('Hadoop job properties') }",
     'name': "${ _('Property name') }",
     'value': "${ _('Value') }",
     'delete': {