From aa6e34bd8ba31c882806c01d0e3d4a7be2a7c2d3 Mon Sep 17 00:00:00 2001 From: Rodrigo Quelca Date: Wed, 25 Apr 2018 19:39:19 +0000 Subject: [PATCH] FBI-2362: Create/complete missing labels on version 3.2.2 --- workflow/engine/templates/authSources/authSourcesListSyn.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow/engine/templates/authSources/authSourcesListSyn.js b/workflow/engine/templates/authSources/authSourcesListSyn.js index c38cd0471..e516a6c1e 100644 --- a/workflow/engine/templates/authSources/authSourcesListSyn.js +++ b/workflow/engine/templates/authSources/authSourcesListSyn.js @@ -15,14 +15,14 @@ var synchronizeGroupsLDAPADV = function() { }; var synchronizeDepartmentsButtonLDAPADV = new Ext.Action({ - text: 'Synchronize Departments', + text: _('ID_DEPARTMENTS_SYNCHRONIZE'), iconCls: 'ICON_DEPARTAMENTS', disabled: true, handler: synchronizeDepartmentsLDAPADV }); var synchronizeGroupsButtonLDAPADV = new Ext.Action({ - text: 'Synchronize Groups', + text: _('ID_GROUPS_SYNCHRONIZE'), iconCls: 'ICON_GROUPS', disabled: true, handler: synchronizeGroupsLDAPADV