浏览代码

[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>