Commit 582c9417e0d5090ddc981dc24f44fdde7267f2b0
1 parent
92daa9a4
Exists in
master
Corrigindo label
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
cit-ecm-web/src/main/webapp/assets/js/angular/custom/controller/TarjaAssinaturaListController.js
@@ -18,7 +18,7 @@ citApp.controller('TarjaAssinaturaListController', | @@ -18,7 +18,7 @@ citApp.controller('TarjaAssinaturaListController', | ||
18 | }; | 18 | }; |
19 | 19 | ||
20 | $scope.headers = [ {title : $translate.instant('LABEL.DESCRICAO'), value : 'descricao' }, | 20 | $scope.headers = [ {title : $translate.instant('LABEL.DESCRICAO'), value : 'descricao' }, |
21 | - {title : $translate.instant('LABEL.TIPO_ASSINATURA'), value : 'dominio.tipoAssinatura' }]; | 21 | + {title : $translate.instant('ECM.LABEL.TIPO_ASSINATURA'), value : 'dominio.tipoAssinatura' }]; |
22 | 22 | ||
23 | $scope.filterCriteria = { | 23 | $scope.filterCriteria = { |
24 | start : 1, | 24 | start : 1, |