Преглед изворни кода

[ui-jobs] Change "Modified" header for schedules listing to "Next Materialized" (#3794)

Johan Åhlén пре 1 година
родитељ
комит
ce2894e26d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      desktop/core/src/desktop/templates/job_browser_common.mako

+ 1 - 1
desktop/core/src/desktop/templates/job_browser_common.mako

@@ -42,7 +42,7 @@
       <th width="5%">${_('Status')}</th>
       <th width="3%">${_('Progress')}</th>
       <th width="5%">${_('Group')}</th>
-      <th width="10%" data-bind="text: $root.interface() != 'schedules' ? '${_('Started')}' : '${_('Modified')}'"></th>
+      <th width="10%" data-bind="text: $root.interface() != 'schedules' ? '${_('Started')}' : '${_('Next Materialized')}'"></th>
       <th width="6%">${_('Duration')}</th>
       <th width="15%">${_('Id')}</th>
     </tr>