From b32031887851dbc8b339fac5062d8b0d69f8ed54 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Fri, 23 Aug 2019 15:33:54 +0530 Subject: [PATCH] Update frappe/integrations/doctype/google_contacts/google_contacts.js Co-Authored-By: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com> --- frappe/integrations/doctype/google_contacts/google_contacts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/integrations/doctype/google_contacts/google_contacts.js b/frappe/integrations/doctype/google_contacts/google_contacts.js index 8060209a1b..2d5c5c34e5 100644 --- a/frappe/integrations/doctype/google_contacts/google_contacts.js +++ b/frappe/integrations/doctype/google_contacts/google_contacts.js @@ -4,7 +4,7 @@ frappe.ui.form.on('Google Contacts', { refresh: function(frm) { if (!frm.doc.enable) { - frm.dashboard.set_headline(__("To use Google Contacts, enable Google Settings.")); + frm.dashboard.set_headline(__("To use Google Contacts, enable {0}."), [`${__('Google Settings')}`]); } frappe.realtime.on('import_google_contacts', (data) => {