chore: minor naming change

This commit is contained in:
ruthra kumar
2024-08-13 12:35:16 +05:30
parent 3a11577411
commit d8b6767697

View File

@@ -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")
);