diff --git a/accounts/doctype/cost_center/cost_center.js b/accounts/doctype/cost_center/cost_center.js index 3308a1d9129..9995b6b1b5c 100644 --- a/accounts/doctype/cost_center/cost_center.js +++ b/accounts/doctype/cost_center/cost_center.js @@ -41,8 +41,8 @@ cur_frm.cscript.refresh = function(doc, cdt, cdn) { cur_frm.toggle_enable(['group_or_ledger', 'company'], doc.__islocal); if(!doc.__islocal && doc.group_or_ledger=='Group') { - intro_txt += '
Note:'+ wn._('This Cost Center is a')+ ''+wn._('Group')+''+ wn._(', \ - Accounting Entries are not allowed against groups.')+'
'; + intro_txt += ''+wn._('Note:')+''+ wn._('This Cost Center is a')+ ''+wn._('Group')+', '+ + wn._('Accounting Entries are not allowed against groups.')+'
'; } cur_frm.cscript.hide_unhide_group_ledger(doc);