Pārlūkot izejas kodu

HUE-1259 [oozie] The name of the modification column should be consistent in part of speech and capitalization

Corrected labels
Enrico Berti 12 gadi atpakaļ
vecāks
revīzija
b560161

+ 1 - 1
apps/oozie/src/oozie/templates/dashboard/list_oozie_coordinator.mako

@@ -198,7 +198,7 @@ ${ layout.menubar(section='dashboard') }
             <th>${ _('Missing Dependencies') }</th>
 
             <th>${ _('Created Time') }</th>
-            <th>${ _('Last Modified Time') }</th>
+            <th>${ _('Last Modified') }</th>
 
             <th>${ _('Id') }</th>
             <th>${ _('External Id') }</th>

+ 3 - 3
apps/oozie/src/oozie/templates/dashboard/list_oozie_coordinators.mako

@@ -59,13 +59,13 @@ ${layout.menubar(section='dashboard')}
     <table class="table table-condensed" id="running-table">
       <thead>
         <tr>
-          <th width="12%">${ _('Next submission') }</th>
+          <th width="12%">${ _('Next Submission') }</th>
           <th width="5%">${ _('Status') }</th>
           <th width="20%">${ _('Name') }</th>
           <th width="5%">${ _('Progress') }</th>
           <th width="10%">${ _('Submitter') }</th>
           <th width="3%">${ _('Frequency') }</th>
-          <th width="5%">${ _('Time unit') }</th>
+          <th width="5%">${ _('Time Unit') }</th>
           <th width="12%">${ _('Start Time') }</th>
           <th width="15%">${ _('Id') }</th>
           <th width="10%">${ _('Action') }</th>
@@ -88,7 +88,7 @@ ${layout.menubar(section='dashboard')}
           <th width="10%">${ _('Duration') }</th>
           <th width="10%">${ _('Submitter') }</th>
           <th width="5%">${ _('Frequency') }</th>
-          <th width="5%">${ _('Time unit') }</th>
+          <th width="5%">${ _('Time Unit') }</th>
           <th width="13%">${ _('Start Time') }</th>
           <th width="20%">${ _('Id') }</th>
         </tr>

+ 1 - 1
apps/oozie/src/oozie/templates/dashboard/list_oozie_workflow.mako

@@ -246,7 +246,7 @@ ${ layout.menubar(section='dashboard') }
               <td>${ oozie_workflow.externalId or '-' }</td>
             </tr>
             <tr>
-              <td>${ _('Last Modification time') }</td>
+              <td>${ _('Last Modified') }</td>
               <td>${ utils.format_time(oozie_workflow.lastModTime) }</td>
             </tr>
             <tr>

+ 2 - 2
apps/oozie/src/oozie/templates/dashboard/list_oozie_workflows.mako

@@ -66,7 +66,7 @@ ${ layout.menubar(section='dashboard') }
           <th width="5%">${ _('Progress') }</th>
           <th width="5%">${ _('Submitter') }</th>
           <th width="13%">${ _('Created') }</th>
-          <th width="13%">${ _('Last modified') }</th>
+          <th width="13%">${ _('Last Modified') }</th>
           <th width="2%">${ _('Run') }</th>
           <th width="15%">${ _('Id') }</th>
           <th width="10%">${ _('Action') }</th>
@@ -90,7 +90,7 @@ ${ layout.menubar(section='dashboard') }
           <th width="5%">${ _('Duration') }</th>
           <th width="5%">${ _('Submitter') }</th>
           <th width="13%">${ _('Created') }</th>
-          <th width="13%">${ _('Last modified') }</th>
+          <th width="13%">${ _('Last Modified') }</th>
           <th width="2%">${ _('Run') }</th>
           <th width="25%">${ _('Id') }</th>
         </tr>

+ 1 - 1
apps/oozie/src/oozie/templates/editor/list_trashed_workflows.mako

@@ -62,7 +62,7 @@ ${ layout.menubar(section='workflows') }
         <th width="1%"><div class="hueCheckbox selectAll" data-selectables="workflowCheck"></div></th>
         <th>${ _('Name') }</th>
         <th>${ _('Description') }</th>
-        <th>${ _('Last Modification') }</th>
+        <th>${ _('Last Modified') }</th>
         <th>${ _('Steps') }</th>
         <th>${ _('Status') }</th>
         <th>${ _('Owner') }</th>

+ 1 - 1
apps/oozie/src/oozie/templates/editor/list_workflows.mako

@@ -73,7 +73,7 @@ ${ layout.menubar(section='workflows') }
         <th width="1%"><div class="hueCheckbox selectAll" data-selectables="workflowCheck"></div></th>
         <th>${ _('Name') }</th>
         <th>${ _('Description') }</th>
-        <th>${ _('Last Modification') }</th>
+        <th>${ _('Last Modified') }</th>
         <th>${ _('Steps') }</th>
         <th>${ _('Status') }</th>
         <th>${ _('Owner') }</th>