Преглед на файлове

[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="5%">${_('Status')}</th>
       <th width="3%">${_('Progress')}</th>
       <th width="3%">${_('Progress')}</th>
       <th width="5%">${_('Group')}</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="6%">${_('Duration')}</th>
       <th width="15%">${_('Id')}</th>
       <th width="15%">${_('Id')}</th>
     </tr>
     </tr>