diff --git a/src/app/views/apps/modals/app-settings-modal.coffee b/src/app/views/apps/modals/app-settings-modal.coffee index eaa67b9f..62e6928a 100755 --- a/src/app/views/apps/modals/app-settings-modal.coffee +++ b/src/app/views/apps/modals/app-settings-modal.coffee @@ -1,6 +1,6 @@ angular.module 'mnoEnterpriseAngular' - .controller('DashboardAppSettingsModalCtrl', ($scope, MnoConfirm, MnoeOrganizations, $uibModalInstance, MnoeAppInstances, Utilities, app, $window, ImpacMainSvc, toastr, $translate)-> + .controller('DashboardAppSettingsModalCtrl', ($scope, MnoConfirm, MnoeOrganizations, $uibModalInstance, MnoeAppInstances, Utilities, app, $window, ImpacMainSvc, toastr, $filter, $translate)-> $scope.modal ||= {} $scope.app = app @@ -217,7 +217,7 @@ angular.module 'mnoEnterpriseAngular' switch $scope.selectedTab when 0 MnoeAppInstances.sync($scope.app) - toastr.success("The sync with Neto has started") + toastr.success($filter('translate')("mno_enterprise.templates.impac.dock.settings.sync_started", { appname: $scope.app.name })) return diff --git a/src/app/views/apps/modals/app-settings-modal.html b/src/app/views/apps/modals/app-settings-modal.html index a60831eb..4d6304a9 100755 --- a/src/app/views/apps/modals/app-settings-modal.html +++ b/src/app/views/apps/modals/app-settings-modal.html @@ -18,7 +18,7 @@

{{ 'mno_enterprise.templates.impac.dock.settings.settings' | translate }}
-

List of previous synchronizations:

+

{{ 'mno_enterprise.templates.impac.dock.settings.sync_list' | translate }}