浏览代码

[oozie] Change unsaved workflow message

Abraham Elmahrek 11 年之前
父节点
当前提交
0ef4c1f06e
共有 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">