Update frappe/integrations/doctype/google_contacts/google_contacts.js
Co-Authored-By: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
This commit is contained in:
parent
43ce576e49
commit
b320318878
1 changed files with 1 additions and 1 deletions
|
|
@ -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 <a href='#Form/Google Settings'>Google Settings</a>."));
|
||||
frm.dashboard.set_headline(__("To use Google Contacts, enable {0}."), [`<a href='#Form/Google Settings'>${__('Google Settings')}</a>`]);
|
||||
}
|
||||
|
||||
frappe.realtime.on('import_google_contacts', (data) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue