]> source.dussan.org Git - sonarqube.git/commitdiff
update wording on branches page
authorStas Vilchik <stas.vilchik@sonarsource.com>
Mon, 9 Oct 2017 11:02:31 +0000 (13:02 +0200)
committerStas Vilchik <stas.vilchik@sonarsource.com>
Mon, 9 Oct 2017 11:02:31 +0000 (13:02 +0200)
server/sonar-web/src/main/js/apps/projectBranches/components/App.tsx
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/App-test.tsx.snap
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index 6336d24397f1d6c86067503aa823d65e1aa144b8..5ff696ef9d7eee89196e6010b4325a690f88b28a 100644 (file)
@@ -124,9 +124,7 @@ export default class App extends React.PureComponent<Props, State> {
             <tr>
               <th>{translate('branch')}</th>
               <th className="thin nowrap text-right">{translate('status')}</th>
-              <th className="thin nowrap text-right">
-                {translate('project_history.last_snapshot')}
-              </th>
+              <th className="thin nowrap text-right">{translate('branches.last_analysis_date')}</th>
               <th className="thin nowrap text-right">{translate('actions')}</th>
             </tr>
           </thead>
index 349913a66e3dbd0241e109215c4bada0cdd4928f..a3281058f5137f1be19b3613ffdce39a6829f62e 100644 (file)
@@ -57,7 +57,7 @@ exports[`renders sorted list of branches 1`] = `
         <th
           className="thin nowrap text-right"
         >
-          project_history.last_snapshot
+          branches.last_analysis_date
         </th>
         <th
           className="thin nowrap text-right"
index 699371156784c2bb35496b559b796c058911a88a..13443aa12e9d851725aaebcf319015894e46b6a4 100644 (file)
@@ -2569,7 +2569,8 @@ branches.branch_settings=Branch Settings
 branches.long_living_branches_pattern=Long living branches pattern
 branches.detection_of_long_living_branches=Detection of long living branches
 branches.detection_of_long_living_branches.description=Regular expression used to detect whether a branch is a long living branch (as opposed to short living branch), based on its name. This applies only during first analysis, the type of a branch cannot be changed later.
-branches.set_leak_period=Set leak period
+branches.set_leak_period=Set Leak Period
+branches.last_analysis_date=Last Analysis Date
 
 
 #------------------------------------------------------------------------------