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) => {