diff --git a/erpnext/accounts/doctype/subscription/subscription.js b/erpnext/accounts/doctype/subscription/subscription.js index 306b049220d..629d118080a 100644 --- a/erpnext/accounts/doctype/subscription/subscription.js +++ b/erpnext/accounts/doctype/subscription/subscription.js @@ -39,7 +39,7 @@ frappe.ui.form.on("Subscription", { ); frm.add_custom_button( - __("Force Fetch Subscription Updates"), + __("Force-Fetch Subscription Updates"), () => frm.trigger("force_fetch_subscription_updates"), __("Actions") );