From: Tim Otten Date: Thu, 19 Feb 2015 18:23:11 +0000 (-0800) Subject: CRM-15705 - crmUiWizard - Label and translate previous/next buttons X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c49917106e7af9d3313a3c6c20605e2fc4f1aafe;p=civicrm-core.git CRM-15705 - crmUiWizard - Label and translate previous/next buttons --- diff --git a/js/angular-crm-ui.js b/js/angular-crm-ui.js index 731941bfe1..01be585407 100644 --- a/js/angular-crm-ui.js +++ b/js/angular-crm-ui.js @@ -790,7 +790,9 @@ $parse($scope.crmUiWizard).assign($scope.$parent, this); } }, - link: function (scope, element, attrs) {} + link: function (scope, element, attrs) { + scope.ts = CRM.ts(null); + } }; }) diff --git a/partials/crmUi/wizard.html b/partials/crmUi/wizard.html index 4988fbd05f..f10a1388f9 100644 --- a/partials/crmUi/wizard.html +++ b/partials/crmUi/wizard.html @@ -9,7 +9,7 @@
- - + +