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