Skip to content

Commit

Permalink
#229 Rename the links tab to Related Cases
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Jun 6, 2017
1 parent 93da4f1 commit de88ee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/app/scripts/controllers/case/CaseLinksCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// Add tab
CaseTabsSrv.addTab(tabName, {
name: tabName,
label: 'Links',
label: 'Related Cases',
closable: true,
state: 'app.case.links',
params: {}
Expand Down
2 changes: 1 addition & 1 deletion ui/app/views/partials/case/case.links.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<span class="label label-lg label-default mr-xxs clickable"
ng-repeat="statsItem in linkStats"
ng-click="filterLinks(statsItem.key)"
ng-class="{'label-primary': currentFilter===statsItem.key}">{{statsItem.key}} ({{statsItem.value}})</span>
ng-class="{'label-primary': currentFilter===statsItem.key}">{{CaseResolutionStatus[statsItem.key] || statsItem.key}} ({{statsItem.value}})</span>
</div>

<div class="row" ng-show="filteredLinks.length === 0">
Expand Down

0 comments on commit de88ee6

Please sign in to comment.