Update frappe/integrations/doctype/google_settings/google_settings.js

Co-Authored-By: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
This commit is contained in:
Himanshu 2019-08-23 15:34:01 +05:30 committed by GitHub
parent b320318878
commit eb9b034c2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,6 @@
frappe.ui.form.on('Google Settings', {
refresh: function(frm) {
frm.dashboard.set_headline(__("For more information, <a href='https://erpnext.com/docs/user/manual/en/erpnext_integration/google_settings'>Click here</a>."));
frm.dashboard.set_headline(__("For more information, {0}.", [`<a href='https://erpnext.com/docs/user/manual/en/erpnext_integration/google_settings'>${__('Click here')</a>`]));
}
});
});