chore: minor naming change

(cherry picked from commit d8b6767697)
This commit is contained in:
ruthra kumar
2024-08-13 12:35:16 +05:30
committed by Mergify
parent f0f663e552
commit 7752de3a1c

View File

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