Browse Source

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

Johan Åhlén 1 year ago
parent
commit
ce2894e26d
1 changed files with 1 additions and 1 deletions
  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>