소스 검색

[oozie] Change unsaved workflow message

Abraham Elmahrek 11 년 전
부모
커밋
0ef4c1f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/oozie/src/oozie/templates/editor/edit_workflow.mako

+ 1 - 1
apps/oozie/src/oozie/templates/editor/edit_workflow.mako

@@ -421,7 +421,7 @@ ${ layout.menubar(section='workflows') }
   </div>
   <div class="modal-body">
     <p>
-      ${_('Your current workflow has some unsaved changes. Please save or undo your changes before submitting it.')}
+      ${_('Please save or undo your changes before submitting it.')}
     </p>
   </div>
   <div class="modal-footer">