diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-web/src/main/js/apps/projectBranches/components/App.tsx | 4 | ||||
-rw-r--r-- | server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/App-test.tsx.snap | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/server/sonar-web/src/main/js/apps/projectBranches/components/App.tsx b/server/sonar-web/src/main/js/apps/projectBranches/components/App.tsx index 6336d24397f..5ff696ef9d7 100644 --- a/server/sonar-web/src/main/js/apps/projectBranches/components/App.tsx +++ b/server/sonar-web/src/main/js/apps/projectBranches/components/App.tsx @@ -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> diff --git a/server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/App-test.tsx.snap b/server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/App-test.tsx.snap index 349913a66e3..a3281058f51 100644 --- a/server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/App-test.tsx.snap +++ b/server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/App-test.tsx.snap @@ -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" |