Browse Source

[oozie] Changed label on coordinator warning column

Enrico Berti 10 years ago
parent
commit
a757e21

+ 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}" >