소스 검색

[oozie] Changed label on coordinator warning column

Enrico Berti 10 년 전
부모
커밋
a757e21
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/oozie/src/oozie/templates/dashboard/list_oozie_coordinator.mako

+ 1 - 1
apps/oozie/src/oozie/templates/dashboard/list_oozie_coordinator.mako

@@ -212,7 +212,7 @@ ${ layout.menubar(section='coordinators', dashboard=True) }
                 <tr>
                   <th width="20"><div data-bind="click: selectAll, css: { 'fa-check': allSelected }" class="hueCheckbox fa"></div></th>
                   <th width="200">${ _('Day') }</th>
-                  <th>${ _('Comment') }</th>
+                  <th>${ _('Warning message') }</th>
                 </tr>
                 </thead>
                 <tbody data-bind="template: { name: 'calendarTemplate', foreach: filteredActions}" >