mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-12 19:35:09 +00:00
chore: minor naming change
This commit is contained in:
@@ -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")
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user