X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=js%2Fview%2Fcrm.designer.js;h=b00a2964f15670b57c4f876311e4e93f620884ce;hb=13a3d2142f2600376f73c5b43f3a4db9d3a3e49d;hp=9d43b92bf06322c2066a6626cd5a454842d8779a;hpb=af99a6a90354d291416ee6343ab1750f3a6b00d6;p=civicrm-core.git diff --git a/js/view/crm.designer.js b/js/view/crm.designer.js index 9d43b92bf0..b00a2964f1 100644 --- a/js/view/crm.designer.js +++ b/js/view/crm.designer.js @@ -675,7 +675,7 @@ }); var form1 = CRM.loadForm(url) .on('crmFormLoad', function() { - $(this).prepend('
' + ts('Note: This will modify the field system-wide, not just in this profile form.') + '
'); + $(this).prepend('
' + ts('Note: This will modify the field system-wide, not just in this profile form.') + '
'); }); }, onChangeIsDuplicate: function(model, value, options) {